Skip to content

Commit

Permalink
ci: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
TuDo1403 committed Oct 18, 2024
1 parent b7ad03e commit 4f4ab78
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ name: test
on:
push:
branches:
- 'feature/*'
- 'features/*'
- 'implement-feature/**'
- 'implement-feature/**/**'
- "feature/*"
- "features/*"
- "implement-feature/**"
- "implement-feature/**/**"
pull_request:
branches:
- mainnet
- testnet
- 'feature/*'
- 'features/*'
- "feature/*"
- "features/*"

env:
FOUNDRY_PROFILE: ci
Expand All @@ -30,9 +30,7 @@ jobs:
submodules: recursive

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly-2b1f8d6dd90f9790faf0528e05e60e573a7569ce
uses: foundry-rs/foundry-toolchain@v1

- name: Install soldeer
run: forge soldeer install
Expand Down

0 comments on commit 4f4ab78

Please sign in to comment.