Skip to content

Commit

Permalink
Update release-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wulfland authored Dec 25, 2021
1 parent 710bfa7 commit 2df2837
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 12
- run: npm ci
- run: npm test
- run: |
npm ci
npm test
working-directory: ch8_packages/npm
publish-gpr:
needs: build
Expand Down

0 comments on commit 2df2837

Please sign in to comment.