From 040dfccd552a8882acb17ffae3be05ac20999cba Mon Sep 17 00:00:00 2001 From: yuetloo Date: Wed, 20 Sep 2023 20:40:25 -0400 Subject: [PATCH] set git option --- .github/workflows/test-e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-e2e.yml b/.github/workflows/test-e2e.yml index 4af09ad67..92af41879 100644 --- a/.github/workflows/test-e2e.yml +++ b/.github/workflows/test-e2e.yml @@ -64,9 +64,9 @@ jobs: $GITHUB_WORKSPACE/monorepo/.github/scripts/download-zkeys-${CIRCUIT_TYPE}.sh - name: Build Clrfund run: | - cd monorepo # use https to avoid error: unable to connect to github.com git config --global url."https://".insteadOf git:// + cd monorepo yarn && yarn build - name: Start hardhat network run: |