File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed
Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -39,15 +39,10 @@ jobs:
3939 - name : Build Current Binary
4040 run : npm run build
4141
42- - name : Set Env
42+ - name : Run Unit Tests - Linux
43+ if : matrix.os == 'ubuntu-20.04'
4344 run : |
44- echo "$GITHUB_WORKSPACE/ci"
4545 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$GITHUB_WORKSPACE/ci
4646 export LD_DEBUG=libs
4747 export QT_DEBUG_PLUGINS=1
48-
49- - name : Run Unit Tests - Linux
50- if : matrix.os == 'ubuntu-20.04'
51- uses : coactions/setup-xvfb@v1
52- with :
53- run : npm run test-ci
48+ xvfb-run --auto-servernum npm run test-ci
Original file line number Diff line number Diff line change 11'use strict' ;
2- process . env . QT_DEBUG_PLUGINS = '1' ;
2+ // process.env.QT_DEBUG_PLUGINS = '1';
33
44require ( 'segfault-raub' ) ;
55const { getBin } = require ( 'addon-tools-raub' ) ;
You can’t perform that action at this time.
0 commit comments