Skip to content
Snippets Groups Projects
Forked from funkwhale / funkwhale
7982 commits behind the upstream repository.
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