summaryrefslogtreecommitdiffstats
path: root/tools/docker-compose/unit-tests/docker-compose.yml
blob: 9e59aadd5fc763dd63de8e24303b2b6f8e45d29b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
version: '2'
services:
  unit-tests:
    build:
      context: ../../../
      dockerfile: tools/docker-compose/unit-tests/Dockerfile
    image: gcr.io/ansible-tower-engineering/unit-test-runner:latest
    environment:
      SWIG_FEATURES: "-cpperraswarn -includeall -I/usr/include/openssl"
      TEST_DIRS: awx/main/tests/unit awx/main/tests/functional
    command: ["make test"]
    volumes:
      - ../../../:/ansible-tower