Skip to content

Commit 315d239

Browse files
committed
build: add dummy mapillary key to github workflow
1 parent 6ad174f commit 315d239

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
POSTGRES_DB: postgres
8181
OSMCHA_API_KEY: ${{ secrets.OSMCHA_API_KEY }}
8282
DJANGO_SECRET_KEY: test-django-secret-key
83+
MAPILLARY_API_KEY: test-mapillary-api-key
8384
COMPOSE_FILE: ../docker-compose.yaml:../docker-compose-ci.yaml
8485
run: |
8586
docker compose run --rm mapswipe_workers_creation python -m unittest discover --verbose --start-directory tests/unittests/

0 commit comments

Comments
 (0)