Skip to content

Commit

Permalink
Add yml test
Browse files Browse the repository at this point in the history
  • Loading branch information
richardliang committed Sep 2, 2023
1 parent 0e0c92c commit fdb3dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/circuit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- run: cd circuits-circom
- run: yarn install --frozen-lockfile
- run: yarn install
- run: yarn test

0 comments on commit fdb3dae

Please sign in to comment.