Skip to content

Commit

Permalink
Add circom release install to circuit unit tests build
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Zhang <jim.zhang@kaleido.io>
  • Loading branch information
jimthematrix committed Aug 6, 2024
1 parent 9a80cf7 commit cc3401e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/circuit-unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,19 @@ jobs:
with:
node-version: 20

- name: Install circom
uses: jaxxstorm/action-install-gh-release@v1.10.0
with: # Grab a specific platform and architecture
repo: iden3/circom
platform: linux
arch: amd64

- name: Checkout circuits
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Run golang e2e tests
- name: Run circuit unit tests
working-directory: zkp/js
run: |
npm install
Expand Down

0 comments on commit cc3401e

Please sign in to comment.