Skip to content

Commit

Permalink
ci: update infura key
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesndalton committed Feb 24, 2024
1 parent e2c10e3 commit 02fed4b
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 @@ -12,13 +12,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
with:
submodules: recursive

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1

- name: Run tests
run: forge test -vv --fork-url "https://mainnet.infura.io/v3/b7821200399e4be2b4e5dbdf06fbe85b" --etherscan-api-key "MW5CQA6QK5YMJXP2WP3RA36HM5A7RA1IHA" --ffi
run: forge test -vv --fork-url "https://mainnet.infura.io/v3/e74132f416d346308763252779d7df22" --etherscan-api-key "MW5CQA6QK5YMJXP2WP3RA36HM5A7RA1IHA" --ffi

0 comments on commit 02fed4b

Please sign in to comment.