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 4f2e9e2 commit 8c8be11Copy full SHA for 8c8be11
.github/workflows/test.yml
@@ -47,8 +47,8 @@ jobs:
47
sudo apt-get install -y libgles2-mesa-dev libxcb-cursor0
48
# LD_DEBUG=libs node .
49
# export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$GITHUB_WORKSPACE/ci
50
- # LD_DEBUG=libs xvfb-run --auto-servernum npm run test-ci
51
- xvfb-run --auto-servernum npm run test-ci
+ LD_DEBUG=libs xvfb-run --auto-servernum npm run test-ci
+ # xvfb-run --auto-servernum npm run test-ci
52
53
# - name: Run Unit Tests - MacOS
54
# if: matrix.os == 'macos-14'
0 commit comments