Skip to content

Commit 979b1a8

Browse files
committed
Try using xvfb-run
1 parent fa3e13b commit 979b1a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
- name: Compile and run tests
2929
run: |
3030
yarn install --immutable --immutable-cache --check-cache
31-
yarn test-vscode
31+
xvfb-run yarn test-vscode

0 commit comments

Comments
 (0)