Skip to content

Commit

Permalink
Merge pull request #117 from 1inch/fix/ci
Browse files Browse the repository at this point in the history
fix ci
  • Loading branch information
byshape authored Sep 18, 2024
2 parents 79bbf16 + ba11b8e commit 60228e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
path: 'foundry-zksync'

- name: Install Foundry for zksync
run: cd foundry-zksync && ./install-foundry-zksync
run: ./foundry-zksync/install-foundry-zksync

- name: Run tests
run: FOUNDRY_PROFILE=zksync forge test -vvv --zksync
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
path: 'foundry-zksync'

- name: Install Foundry for zksync
run: cd foundry-zksync && ./install-foundry-zksync
run: ./foundry-zksync/install-foundry-zksync
- name: Run coverage
run: yarn coverage:zksync
- uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 60228e3

Please sign in to comment.