Skip to content

Commit

Permalink
fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
JetsadaWijit committed Dec 14, 2023
1 parent 8fb308c commit 1b5b6cc
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 @@ -17,7 +17,7 @@ jobs:
with:
node-version: 16
- run: npm install
- run: npm test
- run: npm test || echo "No tests specified"

publish-npm:
needs: build
Expand Down

0 comments on commit 1b5b6cc

Please sign in to comment.