diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 726ab46c..1b0c3a75 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 \ No newline at end of file