[AZ-189] Show only test runner output

Made-with: Cursor
This commit is contained in:
Oleksandr Bezdieniezhnykh
2026-04-16 07:12:16 +03:00
parent 5c19c27153
commit d7f2b75fe1
2 changed files with 1 additions and 5 deletions
-4
View File
@@ -1,8 +1,6 @@
services:
test-db:
image: postgres:16-alpine
logging:
driver: none
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: test_password
@@ -24,8 +22,6 @@ services:
build:
context: .
dockerfile: Dockerfile
logging:
driver: none
depends_on:
test-db:
condition: service_healthy