diff --git a/.github/workflows/osrm-backend.yml b/.github/workflows/osrm-backend.yml index aeb8daed7bd..c341fcd7ea3 100644 --- a/.github/workflows/osrm-backend.yml +++ b/.github/workflows/osrm-backend.yml @@ -51,7 +51,7 @@ jobs: shell: bash run: | ./lib/binding/osrm-datastore.exe test/data/ch/monaco.osrm - node test/nodejs/index.js | faucet + node test/nodejs/index.js - name: Build Node package if: ${{ env.PUBLISH == 'On' }} run: bash ./scripts/ci/node_package.sh