Skip to content

Commit

Permalink
fix: git clone a specific stable commit of local-setup.git
Browse files Browse the repository at this point in the history
  • Loading branch information
uri-99 committed Apr 18, 2024
1 parent 8117902 commit 1b6cf18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/zksync-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ jobs:
export ETHERSCAN_API_KEY=${{vars.ETHERSCAN_API_KEY}}
git clone https://github.com/matter-labs/local-setup.git
echo git cloned, starting:
echo git cloned, moving to a stable commit:
cd local-setup
git checkout f16f1843b5740ca8456432123badafa137daaa02
echo starting:
touch ../docker_output.log
Expand Down

0 comments on commit 1b6cf18

Please sign in to comment.