Skip to content

Commit 92f8315

Browse files
committed
Other try
1 parent 1a9ad3c commit 92f8315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
node-version: 10.x
2222
- run: npm ci
2323
- run: npm run webpack
24-
- run: xvfb-run -a npm test
24+
- run: xvfb-run -s '-screen 0 640x480x16' -a npm test
2525
if: runner.os == 'Linux'
2626
- run: npm test
2727
if: runner.os != 'Linux'

0 commit comments

Comments
 (0)