Merge pull request #1381 from AlanCoding/test_docker

Run ansible tests separately
This commit is contained in:
Alan Rominger
2018-04-19 13:04:14 -04:00
committed by GitHub
2 changed files with 4 additions and 2 deletions

View File

@@ -9,6 +9,6 @@ services:
environment:
SWIG_FEATURES: "-cpperraswarn -includeall -I/usr/include/openssl"
TEST_DIRS: awx/main/tests/functional awx/main/tests/unit awx/conf/tests awx/sso/tests
command: ["make test"]
command: ["make test_combined"]
volumes:
- ../../../:/awx_devel