Skip to content

Commit

Permalink
update circuit params directory
Browse files Browse the repository at this point in the history
  • Loading branch information
yuetloo committed Mar 11, 2024
1 parent 2bf1d1c commit 535efe2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test-scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 535efe2

Please sign in to comment.