Skip to content

Commit a6a8e14

Browse files
Merge remote-tracking branch 'origin/master' into release/v1.4.16
2 parents bea3574 + 81f55d5 commit a6a8e14

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
5555
if: failure()
5656

57-
jest:
58-
name: Jest
57+
cover:
58+
name: Coverage
5959
needs: eslint
6060
runs-on: ubuntu-latest
6161
strategy:
@@ -134,7 +134,7 @@ jobs:
134134

135135
package:
136136
name: Publish Package
137-
needs: jest
137+
needs: cover
138138
runs-on: ubuntu-latest
139139
if: startsWith(github.ref, 'refs/tags/v')
140140
strategy:
@@ -190,6 +190,7 @@ jobs:
190190
fi
191191
env:
192192
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
193+
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
193194
if: matrix.target == 'gpr'
194195
- uses: 8398a7/action-slack@v2
195196
with:
@@ -201,7 +202,7 @@ jobs:
201202

202203
pages:
203204
name: Publish GitHub Pages
204-
needs: jest
205+
needs: cover
205206
runs-on: ubuntu-latest
206207
if: startsWith(github.ref, 'refs/tags/v')
207208
steps:
@@ -245,7 +246,7 @@ jobs:
245246

246247
releases:
247248
name: Upload build files
248-
needs: jest
249+
needs: cover
249250
runs-on: ubuntu-latest
250251
if: startsWith(github.ref, 'refs/tags/v')
251252
steps:

0 commit comments

Comments
 (0)