diff --git a/.github/workflows/test-e2e.yml b/.github/workflows/test-e2e.yml index 7454c72d9..c7c8babbc 100644 --- a/.github/workflows/test-e2e.yml +++ b/.github/workflows/test-e2e.yml @@ -44,7 +44,8 @@ jobs: path: monorepo - name: Download micro zk circuit params run: | - $GITHUB_WORKSPACE/monorepo/.github/scripts/${ZKEYS_DOWNLOAD_SCRIPT} + cd monorepo/contracts + ../.github/scripts/${ZKEYS_DOWNLOAD_SCRIPT} - name: Build Clrfund run: | # use https to avoid error: unable to connect to github.com @@ -57,7 +58,7 @@ jobs: yarn start:node & - name: Run tests run: | - export CIRCUIT_DIRECTORY="$GITHUB_WORKSPACE/params" + export CIRCUIT_DIRECTORY="$GITHUB_WORKSPACE/monorepo/contracts/params" export RAPID_SNARK="$GITHUB_WORKSPACE/rapidsnark/package/bin/prover" cd monorepo yarn test:e2e diff --git a/.github/workflows/test-scripts.yml b/.github/workflows/test-scripts.yml index baa562568..5ebe7d346 100644 --- a/.github/workflows/test-scripts.yml +++ b/.github/workflows/test-scripts.yml @@ -44,7 +44,8 @@ jobs: path: monorepo - name: Download circuit params run: | - $GITHUB_WORKSPACE/monorepo/.github/scripts/${ZKEYS_DOWNLOAD_SCRIPT} + cd monorepo/contracts + ../.github/scripts/${ZKEYS_DOWNLOAD_SCRIPT} - name: Build CLR run: | cd monorepo