This commit is contained in:
Siarhei Fedartsou 2022-09-09 15:25:23 +02:00
parent 467fafb188
commit ad1d4e67ab

View File

@ -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