🚧 add test.yml
Some checks failed
GTFS Shapes Generation / modify_routes (push) Failing after 2s

This commit is contained in:
Charles P. 2024-06-01 22:25:21 +02:00
parent e779970387
commit 0a2f4eecda
Signed by untrusted user who does not match committer: aeris
GPG key ID: 1708D5CC4095E76B

View file

@ -0,0 +1,27 @@
name: GTFS Shapes Generation
on: [push]
jobs:
modify_routes:
runs-on: docker
steps:
- name: Download sample feed
run: curl -o sample-feed.zip https://download.data.public.lu/resources/horaires-et-arrets-des-transport-publics-gtfs/20240530-080402/gtfs-20240529-20240621.zip
- name: Download OSM data
run: curl -o luxembourg-latest.osm.pbf https://download.geofabrik.de/europe/luxembourg-latest.osm.pbf
- name: Run Shape Generation
uses: gtfs-actions/generate-shapes@v1
with:
gtfs_file: sample-feed.zip
osm_file: luxembourg-latest.osm.pbf
mot: bus
output_file: modified-feed.zip
- name: Upload modified feed
uses: actions/upload-artifact@v4
with:
name: modified-feed
path: modified-feed.zip