Skip to content

Commit 42833cc

Browse files
committed
dry run deployment using the deploy script
1 parent eecd038 commit 42833cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
- name: Deployment Dry Run
2121
run: |
2222
export MANAGER_ADDRESS=0x1234567890123456789012345678901234567890
23-
forge script script/DeployKeyManager.s.sol:DeployKeyManager -- --dry-run
23+
script/deploy.sh --dry-run
2424
- name: Run contract tests
2525
run: forge test -vvv --summary

0 commit comments

Comments
 (0)