mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 15:06:02 -03:30
Merge pull request #3410 from ryanpetrello/fix-swagger-doc-builds
fix a failing test in the unit-test target used to generate swagger docs Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
@@ -9,6 +9,10 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
SWIG_FEATURES: "-cpperraswarn -includeall -I/usr/include/openssl"
|
SWIG_FEATURES: "-cpperraswarn -includeall -I/usr/include/openssl"
|
||||||
TEST_DIRS: awx/main/tests/functional awx/main/tests/unit awx/conf/tests awx/sso/tests
|
TEST_DIRS: awx/main/tests/functional awx/main/tests/unit awx/conf/tests awx/sso/tests
|
||||||
|
RABBITMQ_HOST: rabbitmq
|
||||||
|
RABBITMQ_USER: guest
|
||||||
|
RABBITMQ_PASS: guest
|
||||||
|
RABBITMQ_VHOST: /
|
||||||
command: ["make test_combined"]
|
command: ["make test_combined"]
|
||||||
volumes:
|
volumes:
|
||||||
- ../../../:/awx_devel
|
- ../../../:/awx_devel
|
||||||
|
|||||||
Reference in New Issue
Block a user