mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
Merge pull request #4003 from AlanCoding/test_fix
Change ordering of test dirs
This commit is contained in:
commit
f5d3e1885e
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user