mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 15:21:13 +03:00
5b6f610970
Previously, the requirements were built during compose runtime.
14 lines
339 B
YAML
14 lines
339 B
YAML
---
|
|
version: '2'
|
|
services:
|
|
unit-tests:
|
|
build:
|
|
context: ../../../
|
|
dockerfile: tools/docker-compose/unit-tests/Dockerfile
|
|
environment:
|
|
SWIG_FEATURES: "-cpperraswarn -includeall -I/usr/include/openssl"
|
|
TEST_DIRS: "awx/main/tests/unit"
|
|
command: ["make test"]
|
|
volumes:
|
|
- ../../../:/ansible-tower
|