Skip to content

Commit

Permalink
Skip Arbitrum Goerli
Browse files Browse the repository at this point in the history
  • Loading branch information
noisekit committed Sep 8, 2023
1 parent 6d2bf7e commit ed03421
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/simulate-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- "omnibus-base-goerli-competition.toml"
- "omnibus-sepolia.toml"
- "omnibus-polygon-mumbai.toml"
- "omnibus-arbitrum-goerli.toml"
# - "omnibus-arbitrum-goerli.toml" # Arbitrum Goerli always fails on dry run

include:
- toml: "omnibus-mainnet.toml"
Expand Down Expand Up @@ -67,10 +67,10 @@ jobs:
chainId: 80001
providerUrl: "https://polygon-mumbai.infura.io/v3/$INFURA_API_KEY"

- toml: "omnibus-arbitrum-goerli.toml"
preset: "main"
chainId: 421613
providerUrl: "https://arbitrum-goerli.infura.io/v3/$INFURA_API_KEY"
# - toml: "omnibus-arbitrum-goerli.toml"
# preset: "main"
# chainId: 421613
# providerUrl: "https://arbitrum-goerli.infura.io/v3/$INFURA_API_KEY"

steps:
- name: Install Foundry (Cannon)
Expand Down

0 comments on commit ed03421

Please sign in to comment.