Skip to content

Commit 62b1443

Browse files
committed
chore: fix test runner
1 parent 712423e commit 62b1443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
run: npm ci
2929

3030
- name: test
31-
run: npm run test -- --watch=false
31+
run: npm run test -- --watch=false --browsers=ChromeHeadless

0 commit comments

Comments
 (0)