add awx.conf tests to our various test run environments

This commit is contained in:
Ryan Petrello
2017-01-30 11:36:14 -05:00
parent d6857cf65a
commit 73cbcc2de0
2 changed files with 3 additions and 3 deletions

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