From 83b9138348ffe8269d191ce8a5b8544256907b53 Mon Sep 17 00:00:00 2001 From: Dustin Carlino Date: Fri, 29 Nov 2024 16:18:32 +0000 Subject: [PATCH] Fix tests --- .github/workflows/test.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7b27ed9..838bf8e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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