Skip to content

Commit

Permalink
ci: use stable foundry release
Browse files Browse the repository at this point in the history
  • Loading branch information
xenide committed Jan 10, 2025
1 parent d8f1ea2 commit 12c41f5
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 @@ -29,7 +29,7 @@ jobs:
submodules: recursive
- uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
version: stable
- run: npm run test:unit

test-integration:
Expand All @@ -40,7 +40,7 @@ jobs:
submodules: recursive
- uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
version: stable
- run: npm run test:integration

test-e2e:
Expand All @@ -51,7 +51,7 @@ jobs:
submodules: recursive
- uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
version: stable
- run: npm run test:e2e

test-differential-balancer:
Expand All @@ -63,7 +63,7 @@ jobs:
submodules: recursive
- uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
version: stable
- run: npm run install:balancer
- run: npm run build:balancer
- run: npm run test:balancer
Expand All @@ -78,7 +78,7 @@ jobs:
submodules: recursive
- uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
version: stable
- run: forge snapshot --check
env:
FOUNDRY_PROFILE: default
Expand All @@ -92,7 +92,7 @@ jobs:
submodules: recursive
- uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
version: stable
- run: ./script/coverage_patch_deployer.sh && forge coverage --report lcov
env:
FOUNDRY_PROFILE: coverage
Expand All @@ -116,7 +116,7 @@ jobs:
submodules: recursive
- uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
version: stable
- run: ./script/coverage_patch_deployer.sh && forge coverage --report lcov
env:
FOUNDRY_PROFILE: coverage-integration
Expand Down

0 comments on commit 12c41f5

Please sign in to comment.