mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 23:51:09 +03:00
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:
commit
99c8c4bf2b
@ -9,6 +9,10 @@ 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
|
||||
RABBITMQ_HOST: rabbitmq
|
||||
RABBITMQ_USER: guest
|
||||
RABBITMQ_PASS: guest
|
||||
RABBITMQ_VHOST: /
|
||||
command: ["make test_combined"]
|
||||
volumes:
|
||||
- ../../../:/awx_devel
|
||||
|
Loading…
Reference in New Issue
Block a user