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 0b8e7bb commit 4ea2fa6Copy full SHA for 4ea2fa6
.github/workflows/test.yml
@@ -42,6 +42,7 @@ jobs:
42
- name: Run Unit Tests - Linux
43
if: matrix.os == 'ubuntu-22.04'
44
run: |
45
+ LD_DEBUG=libs node .
46
# export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$GITHUB_WORKSPACE/ci
47
# LD_DEBUG=libs xvfb-run --auto-servernum npm run test-ci
48
xvfb-run --auto-servernum npm run test-ci
0 commit comments