mirror of
https://github.com/status-im/cabot.git
synced 2025-02-24 10:28:06 +00:00
This is a work around to fix docker hub's automated tests failing. Really we should just disable the test on docker hub but I don't have access
13 lines
222 B
YAML
13 lines
222 B
YAML
version: '2'
|
|
services:
|
|
test:
|
|
extends:
|
|
file: docker-compose-base.yml
|
|
service: base
|
|
command: python manage.py test -v2
|
|
env_file:
|
|
- conf/test.env
|
|
sut:
|
|
image: ubuntu
|
|
command: "true"
|