mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
Merge pull request #1381 from AlanCoding/test_docker
Run ansible tests separately
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user