diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9e4dc67b..604f796e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -133,7 +133,8 @@ jobs: key: osm-${{ env.OSM_CACHE_VERSION }} - name: Build graph - run: bash build-graph.sh + # the script uses error handling with +e, so please don't run it with bash prepended in this line + run: ./build-graph.sh - name: Build and push if: github.repository_owner == 'noi-techpark'