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 <[email protected]>
  • Loading branch information
jimthematrix committed Aug 7, 2024
1 parent 4f0d894 commit d8bdf1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ 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
CIRCUITS_ROOT: ${{ github.workspace }}/zkp/js/lib
working-directory: zkp/js
run: |
npm install
Expand All @@ -65,7 +65,7 @@ jobs:
- name: Run Zeto Tokens hardhat 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: solidity
run: |
npm install
Expand Down

0 comments on commit d8bdf1c

Please sign in to comment.