Skip to content

Commit

Permalink
try including xvfb to run tests headless
Browse files Browse the repository at this point in the history
  • Loading branch information
marthacryan committed Jan 21, 2025
1 parent d823caf commit 755540d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,7 @@ jobs:
- run: npm run pretest
- run: npm ci
- run: npm run cibuild
- run: ./tasks/noci_test.sh
- name: Run headless test
uses: coactions/setup-xvfb@v1
with:
run: ./tasks/noci_test.sh

0 comments on commit 755540d

Please sign in to comment.