Skip to content

Commit

Permalink
fix ci 2
Browse files Browse the repository at this point in the history
  • Loading branch information
StanislavBreadless committed Dec 20, 2024
1 parent 87e2b51 commit 7036882
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci-core-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,10 @@ jobs:
ci_run zkstack dev contracts
- name: Contracts unit tests
working-directory: ./contracts
run: ci_run yarn l1 test:foundry
run: |
ci_run cd ./contracts
ci_run ci_run yarn l1 test:foundry
ci_run 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
Expand Down

0 comments on commit 7036882

Please sign in to comment.