mirror of
https://github.com/ansible/awx.git
synced 2026-03-22 11:25:08 -02:30
Only run the unit tests from the docker container
This commit is contained in:
@@ -7,6 +7,7 @@ services:
|
|||||||
dockerfile: tools/docker-compose/unit-tests/Dockerfile
|
dockerfile: tools/docker-compose/unit-tests/Dockerfile
|
||||||
environment:
|
environment:
|
||||||
SWIG_FEATURES: "-cpperraswarn -includeall -I/usr/include/openssl"
|
SWIG_FEATURES: "-cpperraswarn -includeall -I/usr/include/openssl"
|
||||||
|
TEST_DIRS: "awx/main/tests/unit"
|
||||||
command: ["make requirements_test test"]
|
command: ["make requirements_test test"]
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user