We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d823caf commit 755540dCopy full SHA for 755540d
.github/workflows/test.yml
@@ -27,4 +27,7 @@ jobs:
27
- run: npm run pretest
28
- run: npm ci
29
- run: npm run cibuild
30
- - run: ./tasks/noci_test.sh
+ - name: Run headless test
31
+ uses: coactions/setup-xvfb@v1
32
+ with:
33
+ run: ./tasks/noci_test.sh
0 commit comments