Skip to content

Commit

Permalink
CI: fix path to ethereum contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
ptisserand committed Feb 7, 2024
1 parent 77742ae commit e2b6b40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ jobs:
- name: Run Forge build
run: |
forge --version
forge build --sizes --root apps/blockchain/contracts/ethereum/
forge build --sizes --root apps/blockchain/ethereum/
id: build

- name: Run Forge tests
run: |
forge test -vvv --root apps/blockchain/contracts/ethereum/
forge test -vvv --root apps/blockchain/ethereum/
id: test

0 comments on commit e2b6b40

Please sign in to comment.