Skip to content

Commit 755540d

Browse files
committed
try including xvfb to run tests headless
1 parent d823caf commit 755540d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,7 @@ jobs:
2727
- run: npm run pretest
2828
- run: npm ci
2929
- run: npm run cibuild
30-
- run: ./tasks/noci_test.sh
30+
- name: Run headless test
31+
uses: coactions/setup-xvfb@v1
32+
with:
33+
run: ./tasks/noci_test.sh

0 commit comments

Comments
 (0)