Skip to content

Commit

Permalink
ci: updated workflow to build before test
Browse files Browse the repository at this point in the history
  • Loading branch information
marabesi committed Dec 18, 2024
1 parent 6068f4c commit e40af9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ jobs:
- name: npm test
if: github.ref != 'refs/heads/main'
run: |
npm run build
npm run test
- name: npm coverage
Expand Down

0 comments on commit e40af9f

Please sign in to comment.