Skip to content

Commit

Permalink
fix: parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
ratik committed Dec 12, 2023
1 parent 909dfb2 commit 555c0da
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@ jobs:
- name: Lint
run: cd integration_tests && yarn --ignore-engines && yarn lint
- name: Build images
uses: borales/actions-yarn@v4
with:
cmd: build-images
dir: integration_tests
run: cd integration_tests && cat package.json | grep -e "build-[a-z]*-image\"" | cut -d ':' -f 2- | tr -d '", ' | xargs -I % -P 3 sh -c %
- name: Run tests
run: cd integration_tests && yarn test

0 comments on commit 555c0da

Please sign in to comment.