Skip to content

Commit

Permalink
ci: try more xvfb stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 committed Dec 5, 2024
1 parent 1cd2fb7 commit 5224a22
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
env:
DISPLAY: ':99.0'
steps:
- run: sudo apt-get install xvfb
- name: Setup for Headless Testing
run: sh -e /etc/init.d/xvfb start
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setup Node.js
Expand Down

0 comments on commit 5224a22

Please sign in to comment.