We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eecd038 commit 42833ccCopy full SHA for 42833cc
.github/workflows/build-and-test.yml
@@ -20,6 +20,6 @@ jobs:
20
- name: Deployment Dry Run
21
run: |
22
export MANAGER_ADDRESS=0x1234567890123456789012345678901234567890
23
- forge script script/DeployKeyManager.s.sol:DeployKeyManager -- --dry-run
+ script/deploy.sh --dry-run
24
- name: Run contract tests
25
run: forge test -vvv --summary
0 commit comments