There was an error while loading. Please reload this page.
2 parents 53da659 + 666c053 commit 16f84c1Copy full SHA for 16f84c1
1 file changed
.github/workflows/ci.yml
@@ -55,6 +55,15 @@ jobs:
55
- name: Git LFS Pull
56
if: steps.cache.outputs.cache-hit != 'true'
57
run: git lfs pull
58
+
59
+ # Add virtual display support for graphical tests
60
+ - name: Setup Xvfb for virtual display
61
+ run: |
62
+ sudo apt-get update -qq
63
+ sudo apt-get install -y xvfb x11-utils libxkbcommon-x11-0
64
+ sudo Xvfb :99 -screen 0 1920x1080x24 > /dev/null 2>&1 &
65
+ echo "DISPLAY=:99" >> $GITHUB_ENV
66
+ sleep 2
67
68
# Sets up MATLAB on the GitHub Actions runner
69
- name: Setup MATLAB
0 commit comments