Skip to content

Commit 3250198

Browse files
committed
Try dynamic load 9
1 parent a85c1f4 commit 3250198

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# LD_DEBUG=libs node .
4949
# export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$GITHUB_WORKSPACE/ci
5050
# LD_DEBUG=libs xvfb-run --auto-servernum npm run test-ci
51-
cd examples && LD_DEBUG=libs xvfb-run --auto-servernum node debug.js
51+
cd test && LD_DEBUG=libs xvfb-run --auto-servernum node debug.js
5252
# xvfb-run --auto-servernum npm run test-ci
5353
5454
# - name: Run Unit Tests - MacOS

test/debug.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
const { View } = require('./init');
44

5-
const view = new View({ file: 'test.qml' });
5+
new View({ file: 'test.qml' });

0 commit comments

Comments
 (0)