Skip to content

Commit

Permalink
Update github workflow with display
Browse files Browse the repository at this point in the history
  • Loading branch information
slightlynybbled committed Jan 20, 2025
1 parent 6dc1a50 commit 559672e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ jobs:
timeout-minutes: 10

steps:
- name: Install xvfb
run: sudo apt-get install -y xvfb

- name: Export Display
run: export DISPLAY=':99.0'

- name: Setup xvfb
run: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &

- name: Check out repo
uses: actions/checkout@v4

Expand Down

0 comments on commit 559672e

Please sign in to comment.