diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d190fb12..bb64b5fd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -185,7 +185,7 @@ jobs: BBOX: '12.9611,52.2934,13.8126,52.7147' run: | for tile in low-med high standard speed signals electrification; do - env "TILES=$tile" docker compose up martin-cp + env "TILES=$tile" docker compose up --no-deps martin-cp done - name: List generated tiles