We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f76b5d6 commit 00f8dc5Copy full SHA for 00f8dc5
1 file changed
.github/workflows/unittest.yml
@@ -13,11 +13,11 @@ jobs:
13
- name: Install xvfb
14
run: sudo apt-get install -y xvfb
15
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 &
+# - name: Export Display
+# run: export DISPLAY=':99.0'
+#
+# - name: Setup xvfb
+# run: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
21
22
- name: Check out repo
23
uses: actions/checkout@v4
0 commit comments