Skip to content

Commit

Permalink
Add CI prooving before JS tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LogvinovLeon committed Jan 24, 2024
1 parent e074743 commit 02018ae
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ts_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,15 @@ jobs:
run: nargo compile
working-directory: circuit

- name: Start Oracle Server
run: |
yarn oracle-server &
working-directory: packages/noir-ethereum-api

- name: Generate Proof
run: nargo prove --oracle-resolver=http://localhost:5555
working-directory: circuit

- name: Run e2e Tests
run: yarn test:e2e
working-directory: packages/noir-ethereum-api

0 comments on commit 02018ae

Please sign in to comment.