mirror of
https://github.com/azaion/admin.git
synced 2026-04-22 08:16:34 +00:00
63a26ac628
Made-with: Cursor
5 lines
186 B
Bash
Executable File
5 lines
186 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
cd "$(dirname "${BASH_SOURCE[0]}")/.."
|
|
docker compose -f docker-compose.test.yml up --build --abort-on-container-exit --exit-code-from e2e-consumer
|