Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Alvaro Jose committed Aug 13, 2023
1 parent 5da2c43 commit be056ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
if: steps.cache-modules.outputs.cache-hit != 'true'
run: npm install
- name: Test
run: npm_config_yes=true npx best-test@latest
run: npm test
publish:
name: Publish
needs: test
Expand Down

0 comments on commit be056ec

Please sign in to comment.