File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments