Skip to content

Commit f30749f

Browse files
committed
use xvfb-run for test workflow
1 parent 8cc6228 commit f30749f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
with:
2727
chrome-version: stable
2828

29-
- run: pnpm run ci
30-
name: Run all checks
29+
- name: Run all checks
30+
run: xvfb-run pnpm run ci
3131
env:
3232
NPM_TOKEN: xxx
3333

0 commit comments

Comments
 (0)