mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02:30
change ordering of test dirs
This commit is contained in:
@@ -8,7 +8,7 @@ services:
|
|||||||
image: gcr.io/ansible-tower-engineering/unit-test-runner:latest
|
image: gcr.io/ansible-tower-engineering/unit-test-runner:latest
|
||||||
environment:
|
environment:
|
||||||
SWIG_FEATURES: "-cpperraswarn -includeall -I/usr/include/openssl"
|
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"]
|
command: ["make test"]
|
||||||
volumes:
|
volumes:
|
||||||
- ../../../:/tower_devel
|
- ../../../:/tower_devel
|
||||||
|
|||||||
Reference in New Issue
Block a user