Merge pull request #4003 from AlanCoding/test_fix

Change ordering of test dirs
This commit is contained in:
Alan Rominger 2016-11-14 18:08:31 -05:00 committed by GitHub
commit f5d3e1885e

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