Skip to content

Commit 652c798

Browse files
committed
fix: workflow foundry version set to 1.5.0
1 parent 3d6a09e commit 652c798

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests-integration-scratch.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ jobs:
7777

7878
- name: Install foundry
7979
uses: foundry-rs/foundry-toolchain@v1
80+
with:
81+
version: v1.5.0
8082

8183
- name: Print forge version
8284
run: forge --version
@@ -100,7 +102,6 @@ jobs:
100102
NETWORK_STATE_DEFAULTS_FILE: "scripts/defaults/testnet-defaults.json"
101103
DG_DEPLOYMENT_ENABLED: "true"
102104
DG_DEPLOYER_ACCOUNT_NETWORK_NAME: "local"
103-
FOUNDRY_DENY_WARNINGS: "false"
104105

105106
- name: Finalize scratch deployment
106107
run: yarn hardhat --network local run --no-compile scripts/utils/mine.ts

0 commit comments

Comments
 (0)