Skip to content

Commit

Permalink
Merge pull request #202 from leonardehrenfried/patch-1
Browse files Browse the repository at this point in the history
Activate error handling for graph build step
  • Loading branch information
dulvui authored Aug 20, 2024
2 parents 852fd8c + db18fab commit 671ef44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 671ef44

Please sign in to comment.