6 lines
96 B
YAML
6 lines
96 B
YAML
test:
|
|
dockerfile: docker/Dockerfile.test
|
|
build: .
|
|
command: pytest
|
|
volumes:
|
|
- .:/app
|