Skip to content

Commit 76b5180

Browse files
committed
Get test inputs in CI
1 parent 5a39161 commit 76b5180

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test.yml

+8
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ jobs:
1818
path: backend/target
1919
key: cargo-test-${{ hashFiles('backend/Cargo.lock') }}
2020

21+
- name: Download test inputs
22+
run: |
23+
cd web/public
24+
mkdir osm
25+
cd osm
26+
wget https://assets.od2net.org/severance_pbfs/bristol.pbf
27+
wget https://assets.od2net.org/severance_pbfs/strasbourg.pbf
28+
2129
- name: Run tests
2230
run: |
2331
cd backend

0 commit comments

Comments
 (0)