Skip to content

Commit 784c14c

Browse files
committed
Fix parameter passing
1 parent 9c407de commit 784c14c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vm-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
fail-on-cache-miss: true
117117

118118
# - run: npm run test:state -- --fork=${{ matrix.fork }} --verify-test-amount-alltests
119-
- run: VITE_FORK=$${{matrix.fork}} npx vitest run test/tester/stateRunner.spec.ts
119+
- run: VITE_FORK=${{matrix.fork}} npx vitest run test/tester/stateRunner.spec.ts
120120

121121
vm-state-extended:
122122
if: contains(join(github.event.pull_request.labels.*.name, ' '), 'Test all hardforks')

0 commit comments

Comments
 (0)