Skip to content

Commit 12392f9

Browse files
committed
Use screen option to try fix ci
As suggested here: microsoft/vscode#95415 (comment)
1 parent 1a9ad3c commit 12392f9

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 1024x768x24' -a npm test
2525
if: runner.os == 'Linux'
2626
- run: npm test
2727
if: runner.os != 'Linux'

0 commit comments

Comments
 (0)