Skip to content

Commit

Permalink
ci: specify foundry toolchain version
Browse files Browse the repository at this point in the history
  • Loading branch information
xenide committed Jan 10, 2025
1 parent 12c41f5 commit afd8117
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: foundry-rs/foundry-toolchain@v1
- uses: foundry-rs/foundry-toolchain@v1.3.1
with:
version: stable
- run: npm run test:unit
Expand All @@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: foundry-rs/foundry-toolchain@v1
- uses: foundry-rs/foundry-toolchain@v1.3.1
with:
version: stable
- run: npm run test:integration
Expand All @@ -49,7 +49,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: foundry-rs/foundry-toolchain@v1
- uses: foundry-rs/foundry-toolchain@v1.3.1
with:
version: stable
- run: npm run test:e2e
Expand All @@ -61,7 +61,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: foundry-rs/foundry-toolchain@v1
- uses: foundry-rs/foundry-toolchain@v1.3.1
with:
version: stable
- run: npm run install:balancer
Expand All @@ -76,7 +76,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: foundry-rs/foundry-toolchain@v1
- uses: foundry-rs/foundry-toolchain@v1.3.1
with:
version: stable
- run: forge snapshot --check
Expand All @@ -90,7 +90,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: foundry-rs/foundry-toolchain@v1
- uses: foundry-rs/foundry-toolchain@v1.3.1
with:
version: stable
- run: ./script/coverage_patch_deployer.sh && forge coverage --report lcov
Expand All @@ -114,7 +114,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: foundry-rs/foundry-toolchain@v1
- uses: foundry-rs/foundry-toolchain@v1.3.1
with:
version: stable
- run: ./script/coverage_patch_deployer.sh && forge coverage --report lcov
Expand Down

0 comments on commit afd8117

Please sign in to comment.