From 1b6cf18eb333436d63d9ce88c89c981eb8c464ce Mon Sep 17 00:00:00 2001 From: Urix <43704209+uri-99@users.noreply.github.com> Date: Thu, 18 Apr 2024 16:08:58 -0300 Subject: [PATCH] fix: git clone a specific stable commit of local-setup.git --- .github/workflows/zksync-integration-test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/zksync-integration-test.yml b/.github/workflows/zksync-integration-test.yml index 6174f1fb..9a7d4f89 100644 --- a/.github/workflows/zksync-integration-test.yml +++ b/.github/workflows/zksync-integration-test.yml @@ -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