From cdf027b7b3cea85397bdfc241bf77faa0b2378f2 Mon Sep 17 00:00:00 2001 From: Stanislav Breadless Date: Fri, 20 Dec 2024 15:39:36 +0100 Subject: [PATCH] try fix ci 3 --- .github/workflows/ci-core-reusable.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-core-reusable.yml b/.github/workflows/ci-core-reusable.yml index bf86a3c02de..004ba6e48fc 100644 --- a/.github/workflows/ci-core-reusable.yml +++ b/.github/workflows/ci-core-reusable.yml @@ -73,9 +73,9 @@ jobs: - name: Contracts unit tests run: | - ci_run cd ./contracts + cd ./contracts ci_run ci_run yarn l1 test:foundry - ci_run cd - + cd - - name: Download compilers for contract verifier tests run: ci_run zkstack contract-verifier init --zksolc-version=v1.5.3 --zkvyper-version=v1.5.4 --solc-version=0.8.26 --vyper-version=v0.3.10 --era-vm-solc-version=0.8.26-1.0.1 --only --chain era