Skip to content

Commit

Permalink
Update e2e test action
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 7, 2024
1 parent 1d6ef94 commit 4f0d894
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,24 @@ jobs:
- name: Run golang e2e tests
env:
PROVING_KEYS_ROOT: ${{ runner.temp }}/zeto-artifacts
CIRCUITS_ROOT: ${{ $GITHUB_WORKSPACE }}/zkp/js/lib
CIRCUITS_ROOT: ${{ GITHUB_WORKSPACE }}/zkp/js/lib
working-directory: zkp/golang
run: |
make e2e
- name: Run js e2e tests
env:
PROVING_KEYS_ROOT: ${{ runner.temp }}/zeto-artifacts
CIRCUITS_ROOT: ${{ GITHUB_WORKSPACE }}/zkp/js/lib
working-directory: zkp/js
run: |
npm install
npm run test:e2e
- name: Run Zeto Tokens hardhat tests
env:
PROVING_KEYS_ROOT: ${{ runner.temp }}/zeto-artifacts
CIRCUITS_ROOT: ${{ GITHUB_WORKSPACE }}/zkp/js/lib
working-directory: solidity
run: |
npm install
Expand Down

0 comments on commit 4f0d894

Please sign in to comment.