From 6f82a1a4f0ab7014b9663760535f19905cd2ba11 Mon Sep 17 00:00:00 2001 From: Sergey Ratiashvili Date: Tue, 12 Dec 2023 18:02:56 +0100 Subject: [PATCH] fix: fix --- .github/workflows/tests.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1b0c3a75..384294de 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -78,10 +78,14 @@ jobs: cache-dependency-path: integration_tests/yarn.lock - 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 % - 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 % + yarn build-images - run: make compile - name: Run tests run: cd integration_tests && yarn test \ No newline at end of file