Skip to content

Commit

Permalink
use xvfb to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellpeck committed Mar 5, 2024
1 parent 205762f commit 6b316ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Test
run: npm run test
uses: coactions/setup-xvfb@v1
with:
run: npm run test

0 comments on commit 6b316ef

Please sign in to comment.