fix(ucepsa): correct governance UI test runner

This commit is contained in:
Victor Fraile Garcia 2026-07-21 16:48:30 +02:00
parent c3eb98a91d
commit de0daf8ef0

View File

@ -4,6 +4,10 @@ set -euo pipefail
IMAGE="${GOVERNANCE_UI_IMAGE:-mesavault/ucepsa-governance-ui:0.3.15}" IMAGE="${GOVERNANCE_UI_IMAGE:-mesavault/ucepsa-governance-ui:0.3.15}"
docker run --rm \ docker run --rm \
--entrypoint pytest \ -e PYTHONPATH=/app \
--entrypoint python \
"$IMAGE" \ "$IMAGE" \
-q /app/tests -m pytest \
-q \
-p no:cacheprovider \
/app/tests