Skip to content
Snippets Groups Projects
Forked from funkwhale / funkwhale
7898 commits behind the upstream repository.
test.yml 142 B
test:
  dockerfile: docker/Dockerfile.test
  build: .
  command: pytest
  volumes:
    - .:/app
  environment:
    - "DATABASE_URL=sqlite://"