Skip to content

Commit

Permalink
update cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro100 committed Jun 5, 2024
1 parent 00cfb35 commit f66ba55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
run: npm install -g node-gyp@latest

- name: Run tests
run: yarn install && yarn workspaces run test
run: yarn install && yarn run prepare && yarn workspaces run test

0 comments on commit f66ba55

Please sign in to comment.