Skip to content

Commit

Permalink
fix: balance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-pousette committed Dec 15, 2023
1 parent 6cbceb4 commit 7f1d479
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
matrix:
node-version: [18.x]
test_cmd:
- yarn playwright install --with-deps && yarn test:node --roots ./packages/clients --w 2 && yarn test:browser
- yarn test:node --roots ./packages/programs ./docs ./packages/log --w 2
- yarn playwright install --with-deps && yarn test:node --roots ./docs ./packages/log ./packages/clients --w 2 && yarn test:browser
- yarn test:node --roots ./packages/programs --w 2
- yarn test:node --roots ./packages/transport ./packages/utils --w 2

if: github.event_name == 'push'
Expand Down

0 comments on commit 7f1d479

Please sign in to comment.