Files
event-demo/docker/parts/docker-compose-test.yaml
T
flecomte 124293da05
Tests / build (push) Successful in 7m9s
Tests / test (push) Failing after 10m26s
Tests / lint (push) Successful in 13m55s
chore: run CI test in docker
2026-08-03 21:57:12 +02:00

20 lines
443 B
YAML

services:
tests:
build:
context: ../..
dockerfile: docker/DockerfileTest
volumes:
- ${GRADLE_CACHE_DIR:-gradle-cache}:/home/gradle/.gradle
- ../..:/app
depends_on:
flyway:
condition: service_completed_successfully
postgresql:
condition: service_healthy
rabbitmq:
condition: service_healthy
redis:
condition: service_healthy
volumes:
gradle-cache: