Skip to content

Commit e2e3b18

Browse files
author
Alan
committed
fix: use EdgeHeadless in workflow
1 parent c6750fd commit e2e3b18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/self-hosted-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
run: npm ci --legacy-peer-deps
2727

2828
- name: Run tests
29-
run: npm test -- --watch=false --browsers=ChromeHeadless --no-progress
29+
run: npm test -- --watch=false --browsers=EdgeHeadless --no-progress

0 commit comments

Comments
 (0)