Skip to content

Commit e40af9f

Browse files
committed
ci: updated workflow to build before test
1 parent 6068f4c commit e40af9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ jobs:
9797
- name: npm test
9898
if: github.ref != 'refs/heads/main'
9999
run: |
100+
npm run build
100101
npm run test
101102
102103
- name: npm coverage

0 commit comments

Comments
 (0)