Skip to content

Commit

Permalink
fix: use stable version of dockerized local-node
Browse files Browse the repository at this point in the history
  • Loading branch information
uri-99 committed Apr 18, 2024
1 parent 1b6cf18 commit 6be7a61
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/zksync-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,12 @@ jobs:
- name: Setup Dockerized L1-L2
run: |
export ETHERSCAN_API_KEY=${{vars.ETHERSCAN_API_KEY}}
git clone https://github.com/matter-labs/local-setup.git
git clone https://github.com/uri-99/zksync-local-setup.git
echo git cloned, moving to a stable commit:
echo git cloned
cd local-setup
git checkout f16f1843b5740ca8456432123badafa137daaa02
echo starting:
echo starting:\n
touch ../docker_output.log
./start.sh &> ../docker_output.log &
Expand Down

0 comments on commit 6be7a61

Please sign in to comment.