Skip to content

Commit 00f8dc5

Browse files
Update environment variables for xvfb
1 parent f76b5d6 commit 00f8dc5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/unittest.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
- name: Install xvfb
1414
run: sudo apt-get install -y xvfb
1515

16-
- name: Export Display
17-
run: export DISPLAY=':99.0'
18-
19-
- name: Setup xvfb
20-
run: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
16+
# - name: Export Display
17+
# run: export DISPLAY=':99.0'
18+
#
19+
# - name: Setup xvfb
20+
# run: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
2121

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

0 commit comments

Comments
 (0)