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 5398532 commit 96080adCopy full SHA for 96080ad
.github/workflows/test.yml
@@ -36,19 +36,15 @@ jobs:
36
- name: Install Modules
37
run: npm ci
38
39
- # - name: Fix Python
40
- # if: matrix.os == 'macos-14'
41
- # run: pip install setuptools
42
-
43
- name: Build Current Binary
44
run: npm run build
45
46
- name: Run Unit Tests - Linux
47
if: matrix.os == 'ubuntu-22.04'
48
run: |
49
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$GITHUB_WORKSPACE/ci
50
- xvfb-run --auto-servernum npm run test-ci
+ LD_DEBUG=libs xvfb-run --auto-servernum npm run test-ci
51
52
- - name: Run Unit Tests - MacOS
53
- if: matrix.os == 'macos-14'
54
- run: npm run test-ci
+ # - name: Run Unit Tests - MacOS
+ # if: matrix.os == 'macos-14'
+ # run: npm run test-ci
0 commit comments