wip
This commit is contained in:
parent
467fafb188
commit
ad1d4e67ab
3
.github/workflows/osrm-backend.yml
vendored
3
.github/workflows/osrm-backend.yml
vendored
@ -53,9 +53,10 @@ jobs:
|
|||||||
./lib/binding/osrm-datastore.exe test/data/ch/monaco.osrm
|
./lib/binding/osrm-datastore.exe test/data/ch/monaco.osrm
|
||||||
node test/nodejs/index.js | faucet
|
node test/nodejs/index.js | faucet
|
||||||
- name: Build Node package
|
- name: Build Node package
|
||||||
|
if: ${{ env.PUBLISH == 'On' }}
|
||||||
run: bash ./scripts/ci/node_package.sh
|
run: bash ./scripts/ci/node_package.sh
|
||||||
- name: Publish Node package
|
- name: Publish Node package
|
||||||
if: ${{ matrix.build_node_package && env.PUBLISH == 'On' }}
|
if: ${{ env.PUBLISH == 'On' }}
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user