Update .gitea/workflows/test.yml
Run Pytest with HTML and XML Test Reports / tests (push) Successful in 26s

This commit is contained in:
2025-07-17 10:32:22 +02:00
parent bcca34e275
commit ea0f0a8d17
+6 -1
View File
@@ -88,7 +88,12 @@ jobs:
set -e
echo "📄 Checking runtime_params.json..."
if [ -f ci-reports/markdown/runtime_params.json ]; then
cat ci-reports/markdown/runtime_params.json
else
echo "❌ runtime_params.json not found"
fi
echo "📦 Pytest exit code: $exit_code"