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 05a4391 commit 0b8e7bbCopy full SHA for 0b8e7bb
.github/workflows/test.yml
@@ -43,7 +43,8 @@ jobs:
43
if: matrix.os == 'ubuntu-22.04'
44
run: |
45
# export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$GITHUB_WORKSPACE/ci
46
- LD_DEBUG=libs xvfb-run --auto-servernum npm run test-ci
+ # LD_DEBUG=libs xvfb-run --auto-servernum npm run test-ci
47
+ xvfb-run --auto-servernum npm run test-ci
48
49
# - name: Run Unit Tests - MacOS
50
# if: matrix.os == 'macos-14'
0 commit comments