This commit is contained in:
Siarhei Fedartsou 2022-09-07 23:34:46 +02:00
parent f1ce6c79a7
commit c53b825bb4
2 changed files with 2 additions and 1 deletions

View File

@ -41,6 +41,7 @@ jobs:
- name: Build - name: Build
run: | run: |
.\scripts\ci\windows-build.bat .\scripts\ci\windows-build.bat
- run: ls -R test
- name: Run node tests - name: Run node tests
run: | run: |
npm run nodejs-tests npm run nodejs-tests

View File

@ -23,7 +23,7 @@
"clean": "rm -rf test/cache", "clean": "rm -rf test/cache",
"docs": "./scripts/build_api_docs.sh", "docs": "./scripts/build_api_docs.sh",
"install": "node-pre-gyp install --fallback-to-build=false || ./scripts/node_install.sh", "install": "node-pre-gyp install --fallback-to-build=false || ./scripts/node_install.sh",
"nodejs-tests": "make -C test/data && ./lib/binding/osrm-datastore test/data/ch/monaco.osrm && node test/nodejs/index.js | faucet" "nodejs-tests": "OSRM_DATA_PATH=./test/data node test/nodejs/index.js | faucet"
}, },
"repository": { "repository": {
"type": "git", "type": "git",