Skip to content

Commit

Permalink
Update paths in github actions
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Zhang <[email protected]>
  • Loading branch information
jimthematrix committed Aug 9, 2024
1 parent 13c4f12 commit 1cf1f0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
env:
PROVING_KEYS_ROOT: ${{ runner.temp }}/zeto-artifacts
CIRCUITS_ROOT: ${{ github.workspace }}/zkp/js/lib
working-directory: zkp/golang
working-directory: go-sdk
run: |
make e2e
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/golang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
go-version: 1.22

- name: Build and Test
run: cd zkp/golang && make
working-directory: go-sdk
run: make

- uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit 1cf1f0a

Please sign in to comment.