Skip to content

Commit

Permalink
Update environment variables for xvfb
Browse files Browse the repository at this point in the history
  • Loading branch information
slightlynybbled committed Jan 20, 2025
1 parent f76b5d6 commit 00f8dc5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
- 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: 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 00f8dc5

Please sign in to comment.