File tree 1 file changed +0
-5
lines changed
1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 26
26
key : ${{ runner.os }}-node-v${{ matrix.node }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
27
27
restore-keys : |
28
28
${{ runner.os }}-node-v${{ matrix.node }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
29
- ${{ runner.os }}-node-v${{ matrix.node }}-
30
29
- run : npm ci
31
30
- run : npm test
32
31
- uses : codecov/codecov-action@v1
49
48
key : ${{ runner.os }}-node-v${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
50
49
restore-keys : |
51
50
${{ runner.os }}-node-v${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
52
- ${{ runner.os }}-node-v${{ env.NODE }}-
53
51
- run : npm ci
54
52
- run : npm test
55
53
lint :
66
64
key : ${{ runner.os }}-node-v${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
67
65
restore-keys : |
68
66
${{ runner.os }}-node-v${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
69
- ${{ runner.os }}-node-v${{ env.NODE }}-
70
67
- run : npm ci
71
68
- run : npm run lint
72
69
docs :
83
80
key : ${{ runner.os }}-node-v${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
84
81
restore-keys : |
85
82
${{ runner.os }}-node-v${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
86
- ${{ runner.os }}-node-v${{ env.NODE }}-
87
83
- run : npm ci
88
84
- run : npm run docs-test
89
85
release :
102
98
key : ${{ runner.os }}-node-v${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
103
99
restore-keys : |
104
100
${{ runner.os }}-node-v${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
105
- ${{ runner.os }}-node-v${{ env.NODE }}-
106
101
- run : npm ci
107
102
- run : npm run compile
108
103
- run : npm run build-binaries
You can’t perform that action at this time.
0 commit comments