Skip to content

Commit

Permalink
Try with data
Browse files Browse the repository at this point in the history
  • Loading branch information
TWiStErRob committed Nov 19, 2023
1 parent cb462c6 commit 7dd5308
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/CI-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ jobs:
uses: actions/checkout@v3
with:
submodules: true

- name: "Download TfL Data."
run: |
curl --silent --show-error --location --remote-name \
https://github.com/TWiStErRob/net.twisterrob.travel/releases/download/v1.0.0/LULDLRRiverTramCable.zip
mkdir -p temp/feed15/LULDLRRiverTramCable
unzip LULDLRRiverTramCable.zip 'tfl_*-*-_-y05-*.xml' -d temp/feed15/LULDLRRiverTramCable
- name: "Build project."
working-directory: .
Expand Down

0 comments on commit 7dd5308

Please sign in to comment.