This commit is contained in:
Siarhei Fedartsou 2022-09-08 08:57:50 +02:00
parent c53b825bb4
commit 9b7ae7ee93
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ jobs:
- run: ls -R test
- name: Run node tests
run: |
npm run nodejs-tests
OSRM_DATA_PATH=./test/data npm run nodejs-tests
npm test
# format-taginfo-docs:

View File

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