Skip to content

Commit

Permalink
bbox
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddewie committed Oct 30, 2024
1 parent d9374f0 commit 45bde08
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Test
on:
push: ~

# TODO cache imported DB or filtered & downloaded data

jobs:
test-api:
name: Test API
Expand Down Expand Up @@ -108,7 +110,7 @@ jobs:
- name: Start web server
run: |
docker compose up --build martin-proxy
docker compose up --build --wait martin-proxy
- name: Run UI tests
# TODO
Expand Down Expand Up @@ -161,7 +163,7 @@ jobs:
- name: Generate tiles
env:
BBOX: '12.9611:52.2934:13.8126:52.7147'
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
Expand Down

0 comments on commit 45bde08

Please sign in to comment.