Skip to content

Commit

Permalink
only run base mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
Tburm committed Jun 13, 2024
1 parent 528252b commit 30ddd6f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
strategy:
matrix:
config:
- name: base-sepolia-fork
network: base:sepolia-fork:foundry
# - name: base-sepolia-fork
# network: base:sepolia-fork:foundry
- name: base-mainnet-fork
network: base:mainnet-fork:foundry
- name: arbitrum-sepolia-fork
network: arbitrum:sepolia-fork:foundry
- name: arbitrum-mainnet-fork
network: arbitrum:mainnet-fork:foundry
# - name: arbitrum-sepolia-fork
# network: arbitrum:sepolia-fork:foundry
# - name: arbitrum-mainnet-fork
# network: arbitrum:mainnet-fork:foundry

steps:
- name: Checkout code
Expand Down

0 comments on commit 30ddd6f

Please sign in to comment.