Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit a135308

Browse files
committed
Updated ci workflow to also suite windows
1 parent a06bc83 commit a135308

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,13 @@ jobs:
2323
with:
2424
node-version: ${{matrix.node}}
2525
- name: Run tests
26-
run: ./ci/test/script/run-test.sh;
26+
env:
27+
OPENCV4NODEJS_DISABLE_AUTOBUILD: 1
28+
run: |
29+
echo installing
30+
npm install --unsafe-perm
31+
echo running tests
32+
cd ./test
33+
npm install --unsafe-perm
34+
npm test
35+
npm run test-externalMemTracking

0 commit comments

Comments
 (0)