Skip to content

Commit

Permalink
fix: split workflow in 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ratik committed Dec 14, 2023
1 parent b3dc684 commit 50e1d5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,6 @@ jobs:
yarn build-images
- run: make compile
- name: Run tests
run: cd integration_tests && yarn test
run: |
cd integration_tests && yarn vitest --run shard 1/2 --bail 1
cd integration_tests && yarn vitest --run shard 2/2 --bail 1

0 comments on commit 50e1d5c

Please sign in to comment.