We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ad174f commit 315d239Copy full SHA for 315d239
.github/workflows/actions.yml
@@ -80,6 +80,7 @@ jobs:
80
POSTGRES_DB: postgres
81
OSMCHA_API_KEY: ${{ secrets.OSMCHA_API_KEY }}
82
DJANGO_SECRET_KEY: test-django-secret-key
83
+ MAPILLARY_API_KEY: test-mapillary-api-key
84
COMPOSE_FILE: ../docker-compose.yaml:../docker-compose-ci.yaml
85
run: |
86
docker compose run --rm mapswipe_workers_creation python -m unittest discover --verbose --start-directory tests/unittests/
0 commit comments