Skip to content

Commit

Permalink
fix: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ratik committed Dec 12, 2023
1 parent 555c0da commit c67a9ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@ jobs:
- name: Lint
run: cd integration_tests && yarn --ignore-engines && yarn lint
- name: Build images
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 %
run: cd integration_tests && cat package.json | grep -e "build-[a-z]*-image\"" | sed -e 's/.*: "\(.*\)".*/\1/' | xargs -I % -P 3 sh -c %
- name: Run tests
run: cd integration_tests && yarn test

0 comments on commit c67a9ed

Please sign in to comment.