From 109591c52d9b69a8c1f07d387fc071b39e678695 Mon Sep 17 00:00:00 2001 From: Jim Zhang Date: Tue, 6 Aug 2024 10:37:51 -0400 Subject: [PATCH] Separate checkout and build circuits steps Signed-off-by: Jim Zhang --- .github/workflows/e2e.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 83ad5ed..9c19b32 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -38,10 +38,11 @@ jobs: run: | npm install -g snarkjs - - name: Build circuits + - name: Checkout circuits uses: actions/checkout@v4 with: fetch-depth: 0 + - name: Build circuits run: | cd zkp/circuits npm run gen