Files
Oxicloud/tests/common/stop-db.sh
T
Edouard Vanbelle 8ab537797a test(api): add API test on contacts
next will be to add CI on it
2026-05-11 00:53:29 +02:00

8 lines
181 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
COMPOSE_FILE="$(dirname "$0")/docker-compose.test.yml"
echo "[teardown] Stopping test postgres..."
docker compose -f "$COMPOSE_FILE" down -v