Skip to content

Commit

Permalink
Update npm-publish.yml
Browse files Browse the repository at this point in the history
fix test name for gh action
  • Loading branch information
Geoff Lee committed Jan 27, 2022
1 parent 54d803e commit ccfe844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
node-version: 16
- run: npm install
- run: npm test
- run: npm run test:ci
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPMJS_TOKEN }}

0 comments on commit ccfe844

Please sign in to comment.