Skip to content

Commit a25c678

Browse files
committed
feat: add CONFIRMATIONS variable to checks workflow for enhanced configuration
1 parent 6808fe1 commit a25c678

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
CHAIN_ID: ${{ vars.CHAIN_ID }}
4545
FORK_BLOCK_NUMBER: ${{ vars.FORK_BLOCK_NUMBER }}
4646
DEPLOYED: ${{ vars.DEPLOYED }}
47+
CONFIRMATIONS: ${{ vars.CONFIRMATIONS }}
4748
ANVIL_PORT: 8545
4849
NODE_ENV: test
4950
VITEST: true

0 commit comments

Comments
 (0)