Skip to content

Commit e9d1931

Browse files
Use xvfb-run to run tests
1 parent 3ccd4aa commit e9d1931

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
run: npm --color run lint
3131

3232
- name: Run tests
33-
run: npm --color run test:ci
33+
run: xvfb-run -a npm --color run test:ci

0 commit comments

Comments
 (0)