We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d86d6a + b1607e2 commit d73cbd8Copy full SHA for d73cbd8
.github/workflows/ci.yml
@@ -54,8 +54,8 @@ jobs:
54
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
55
if: failure()
56
57
- jest:
58
- name: Jest
+ cover:
+ name: Coverage
59
needs: eslint
60
runs-on: ubuntu-latest
61
strategy:
@@ -134,7 +134,7 @@ jobs:
134
135
package:
136
name: Publish Package
137
- needs: jest
+ needs: cover
138
139
if: startsWith(github.ref, 'refs/tags/v')
140
@@ -190,6 +190,7 @@ jobs:
190
fi
191
env:
192
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
193
+ NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
194
if: matrix.target == 'gpr'
195
- uses: 8398a7/action-slack@v2
196
with:
0 commit comments