:-'Generic Commit'
Some checks failed
Build-Test-Publish / Build (push) Failing after 26s

This commit is contained in:
Your Name
2025-05-30 21:28:26 +12:00
parent e676ab83fd
commit 2dd6b67938

View File

@@ -67,9 +67,8 @@ export COMPOSE_FILE="${SCRIPT_DIR}/compose.yaml"
#------------------------------------------------------------------------------------------------
title "Running tests"
# clear any existing containers.
docker compose -f "${COMPOSE_FILE}" down
docker compose -f "${COMPOSE_FILE}" rm -v
docker stop sos-test || true
docker rm sos-test || true
LOCALCONFIG=${LOCALCONFIG} docker compose -f "${COMPOSE_FILE}" up -d