Skip to content

Commit 141679f

Browse files
authored
test library in release workflow
1 parent e34e048 commit 141679f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/npm-publish-github-packages.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
- uses: actions/setup-node@v3
1616
with:
1717
node-version: 16
18+
- run: npm ci
19+
- run: npm test
1820

1921
publish-gpr:
2022
needs: build
@@ -28,6 +30,7 @@ jobs:
2830
with:
2931
node-version: 16
3032
registry-url: https://npm.pkg.github.com/
33+
- run: npm ci
3134
- run: npm publish
3235
env:
3336
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)