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
|
||||
- name: Run node tests
|
||||
run: |
|
||||
npm run nodejs-tests
|
||||
OSRM_DATA_PATH=./test/data npm run nodejs-tests
|
||||
npm test
|
||||
|
||||
# format-taginfo-docs:
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user