mirror of
https://github.com/azaion/admin.git
synced 2026-04-22 11:06:33 +00:00
[AZ-189] Show only test runner output
Made-with: Cursor
This commit is contained in:
@@ -1,8 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
test-db:
|
test-db:
|
||||||
image: postgres:16-alpine
|
image: postgres:16-alpine
|
||||||
logging:
|
|
||||||
driver: none
|
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: postgres
|
POSTGRES_USER: postgres
|
||||||
POSTGRES_PASSWORD: test_password
|
POSTGRES_PASSWORD: test_password
|
||||||
@@ -24,8 +22,6 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
logging:
|
|
||||||
driver: none
|
|
||||||
depends_on:
|
depends_on:
|
||||||
test-db:
|
test-db:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
cd "$(dirname "${BASH_SOURCE[0]}")/.."
|
cd "$(dirname "${BASH_SOURCE[0]}")/.."
|
||||||
docker compose -f docker-compose.test.yml up --build --abort-on-container-exit --exit-code-from e2e-consumer
|
docker compose -f docker-compose.test.yml up --build --abort-on-container-exit --exit-code-from e2e-consumer --attach e2e-consumer
|
||||||
|
|||||||
Reference in New Issue
Block a user