We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dc1a50 commit 559672eCopy full SHA for 559672e
.github/workflows/unittest.yml
@@ -10,6 +10,15 @@ jobs:
10
timeout-minutes: 10
11
12
steps:
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 &
21
22
- name: Check out repo
23
uses: actions/checkout@v4
24
0 commit comments