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 49c5ac9 commit 31f362f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@ jobs:
with:
cache: 'yarn'
cache-dependency-path: integration_tests/yarn.lock
- run: make compile
- 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\"" | awk -F: \'{print $1}\' | tr -d ' ",{}' | xargs -I % -P 3 yarn %
cat package.json | grep -e "build-[a-z]*-image\"" | awk -F: '{print $1}' | tr -d ' ",{}' | xargs -I % -P 3 yarn %
- run: make compile
- name: Run tests
run: cd integration_tests && yarn test

0 comments on commit 31f362f

Please sign in to comment.