Forked from
funkwhale / funkwhale
7982 commits behind the upstream repository.
-
Eliot Berriot authored76f98b74
test.yml 216 B
test:
dockerfile: docker/Dockerfile.test
build: .
command: python manage.py test
volumes:
- .:/app
environment:
- DJANGO_SETTINGS_MODULE=config.settings.test
- API_AUTHENTICATION_REQUIRED=False