Skip to content

Commit

Permalink
Yet Another Try to recognize anvil command;
Browse files Browse the repository at this point in the history
  • Loading branch information
Luiz Gustavo Abou Hatem De Liz committed Oct 17, 2023
1 parent 876e9a6 commit 6a960ca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
name: Test
needs: [install, foundry]
runs-on: ubuntu-latest
defaults:
run:
shell: bash -ieo pipefail {0}
strategy:
matrix:
node-version: [18]
Expand All @@ -57,7 +60,7 @@ jobs:
- name: Setup
uses: ./.github/actions/setup
- name: Run local fork in background for integration tests
run: source ~/.bashrc ; anvil --fork-url $(. ./.env && echo $ETHEREUM_RPC_URL) &
run: source ~/.bashrc ; anvil --fork-url ${{ secrets.ETHEREUM_RPC_URL }} &
- name: Test
run: pnpm test:ci
env:
Expand Down

0 comments on commit 6a960ca

Please sign in to comment.