Default TEST_DIRS in docker-compose

This commit is contained in:
Shane McDonald 2016-11-10 10:15:15 -05:00
parent 9f7ac059b7
commit cc359ecbad

View File

@ -8,7 +8,7 @@ services:
image: gcr.io/ansible-tower-engineering/unit-test-runner:latest
environment:
SWIG_FEATURES: "-cpperraswarn -includeall -I/usr/include/openssl"
TEST_DIRS: "awx/main/tests/unit"
TEST_DIRS: "awx/main/tests/unit" "awx/main/tests/functional"
command: ["make test"]
volumes:
- ../../../:/ansible-tower