Skip to content

Commit d73cbd8

Browse files
Merge pull request #234 from technote-space/chore/chore-sync-workflows
chore: sync workflows
2 parents 8d86d6a + b1607e2 commit d73cbd8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 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:

0 commit comments

Comments
 (0)