Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dabreegster committed Nov 29, 2024
1 parent ccae1b8 commit 83b9138
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,18 @@ jobs:
- name: Download test inputs
run: |
cd web/public
mkdir osm
cd osm
wget https://assets.od2net.org/severance_pbfs/bristol.pbf
wget https://assets.od2net.org/severance_pbfs/strasbourg.pbf
cd ..
mkdir boundaries
cd boundaries
wget https://assets.od2net.org/boundaries/bristol.geojson
wget https://assets.od2net.org/boundaries/strasbourg.geojson
- name: Run tests
run: |
cd backend
Expand Down

0 comments on commit 83b9138

Please sign in to comment.