Skip to content

Commit

Permalink
Add working dir as a default
Browse files Browse the repository at this point in the history
  • Loading branch information
LogvinovLeon committed Jan 24, 2024
1 parent 02018ae commit 5bc07ad
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ts_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
environment: CI
env:
ETHEREUM_JSON_RPC_API_URL: ${{ secrets.ETHEREUM_JSON_RPC_API_URL }}
defaults:
run:
working-directory: packages/noir-ethereum-api

steps:
- name: Checkout
Expand All @@ -26,11 +29,9 @@ jobs:
- name: Install Dependencies
run: yarn install
working-directory: packages/noir-ethereum-api

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

- name: Install Nargo
uses: noir-lang/[email protected]
Expand All @@ -44,12 +45,10 @@ jobs:
- 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 5bc07ad

Please sign in to comment.