mirror of
https://github.com/ansible/awx.git
synced 2026-05-18 06:47:41 -02:30
Add image to unit-test docker-compose
This commit is contained in:
@@ -5,6 +5,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: ../../../
|
context: ../../../
|
||||||
dockerfile: tools/docker-compose/unit-tests/Dockerfile
|
dockerfile: tools/docker-compose/unit-tests/Dockerfile
|
||||||
|
image: gcr.io/ansible-tower-engineering/unit-test-runner:latest
|
||||||
environment:
|
environment:
|
||||||
SWIG_FEATURES: "-cpperraswarn -includeall -I/usr/include/openssl"
|
SWIG_FEATURES: "-cpperraswarn -includeall -I/usr/include/openssl"
|
||||||
TEST_DIRS: "awx/main/tests/unit"
|
TEST_DIRS: "awx/main/tests/unit"
|
||||||
|
|||||||
Reference in New Issue
Block a user