wip
This commit is contained in:
parent
c53b825bb4
commit
9b7ae7ee93
2
.github/workflows/osrm-backend.yml
vendored
2
.github/workflows/osrm-backend.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
|||||||
- run: ls -R test
|
- run: ls -R test
|
||||||
- name: Run node tests
|
- name: Run node tests
|
||||||
run: |
|
run: |
|
||||||
npm run nodejs-tests
|
OSRM_DATA_PATH=./test/data npm run nodejs-tests
|
||||||
npm test
|
npm test
|
||||||
|
|
||||||
# format-taginfo-docs:
|
# format-taginfo-docs:
|
||||||
|
|||||||
@ -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": "OSRM_DATA_PATH=./test/data node test/nodejs/index.js | faucet"
|
"nodejs-tests": "test/nodejs/index.js | faucet"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user