mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
Default TEST_DIRS in docker-compose
This commit is contained in:
parent
9f7ac059b7
commit
cc359ecbad
@ -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"
|
||||
TEST_DIRS: "awx/main/tests/unit" "awx/main/tests/functional"
|
||||
command: ["make test"]
|
||||
volumes:
|
||||
- ../../../:/ansible-tower
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user