change ordering of test dirs

This commit is contained in:
AlanCoding 2016-11-14 17:50:10 -05:00
parent 731420a834
commit 8f3e3c4ae1

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 awx/main/tests/functional
TEST_DIRS: awx/main/tests/functional awx/main/tests/unit
command: ["make test"]
volumes:
- ../../../:/tower_devel