Skip to content

Commit

Permalink
ci: build before execution
Browse files Browse the repository at this point in the history
  • Loading branch information
JairusSW committed Jun 15, 2024
1 parent 3265671 commit b685110
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
- name: Install dependencies
if: steps.node-cache.outputs.cache-hit != 'true'
run: yarn


- name: Build tests
run: yarn run test:build

- name: Perform tests
run: yarn run test

0 comments on commit b685110

Please sign in to comment.