We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a91933 commit 70d6330Copy full SHA for 70d6330
.github/workflows/test.yml
@@ -47,7 +47,7 @@ jobs:
47
sudo apt-get install -qq libgles2-mesa-dev libxcb-cursor0 libxcb-icccm4 libxcb-keysyms1 libxcb-shape0 libxcb-xkb1 libxkbcommon-x11-0
48
49
sudo apt-get install -qq mesa-utils
50
- glxinfo -B
+ xvfb-run --auto-servernum glxinfo -B
51
# LD_DEBUG=libs xvfb-run --auto-servernum npm run test-ci
52
xvfb-run --auto-servernum npm run test-ci
53
0 commit comments