We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d6a09e commit 652c798Copy full SHA for 652c798
.github/workflows/tests-integration-scratch.yml
@@ -77,6 +77,8 @@ jobs:
77
78
- name: Install foundry
79
uses: foundry-rs/foundry-toolchain@v1
80
+ with:
81
+ version: v1.5.0
82
83
- name: Print forge version
84
run: forge --version
@@ -100,7 +102,6 @@ jobs:
100
102
NETWORK_STATE_DEFAULTS_FILE: "scripts/defaults/testnet-defaults.json"
101
103
DG_DEPLOYMENT_ENABLED: "true"
104
DG_DEPLOYER_ACCOUNT_NETWORK_NAME: "local"
- FOUNDRY_DENY_WARNINGS: "false"
105
106
- name: Finalize scratch deployment
107
run: yarn hardhat --network local run --no-compile scripts/utils/mine.ts
0 commit comments