Skip to content

Commit

Permalink
add yarn before yarn test
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray committed Sep 21, 2023
1 parent ce5bd65 commit a3be909
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/acvm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ jobs:

- name: Run node tests
working-directory: ./acvm-repo/acvm_js
run: yarn test
run: |
yarn
yarn test
test-acvm_js-browser:
needs: [build-acvm-js-package]
Expand Down

0 comments on commit a3be909

Please sign in to comment.