🚧 fix OSM data format in test.yml workflow
Some checks failed
GTFS Shapes Generation / modify_routes (push) Failing after 49s

This commit is contained in:
Charles P. 2024-06-01 22:34:36 +02:00
parent eb2a556276
commit 172f7eafdb
Signed by untrusted user who does not match committer: aeris
GPG key ID: 1708D5CC4095E76B

View file

@ -12,11 +12,17 @@ jobs:
- name: Download OSM data
run: curl -o luxembourg-latest.osm.pbf https://download.geofabrik.de/europe/luxembourg-latest.osm.pbf
- name: Convert OSM data to .osm
run: |
apt update && \
apt install -y osmctools && \
osmconvert luxembourg-latest.osm.pbf -o=luxembourg-latest.osm
- name: Run Shape Generation
uses: gtfs-actions/generate-shapes@main
with:
gtfs_file: sample-feed.zip
osm_file: luxembourg-latest.osm.pbf
osm_file: luxembourg-latest.osm
mot: bus
output_file: modified-feed.zip