Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
try including xvfb to run tests headless
  • Loading branch information
marthacryan committed Jan 21, 2025
commit 755540d0e0d0f6a79bb37607d6b63f63cfed2faf
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
Loading