Skip to content

Commit

Permalink
Get test inputs in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dabreegster committed Nov 16, 2024
1 parent 5a39161 commit 76b5180
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ jobs:
path: backend/target
key: cargo-test-${{ hashFiles('backend/Cargo.lock') }}

- 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
- name: Run tests
run: |
cd backend
Expand Down

0 comments on commit 76b5180

Please sign in to comment.