Update .gitea/workflows/test.yml
Run Pytest / tests (push) Successful in 26s

This commit is contained in:
2025-07-21 10:30:31 +02:00
parent 828c24f28e
commit 2766ac6599
+1 -4
View File
@@ -91,13 +91,10 @@ jobs:
set -e
# Checking for runtime_params.json before proceeding
echo "📄 Checking runtime_params.json..."
if [ -f ci-reports/markdown/runtime_params.json ]; then
echo "✅ runtime_params.json found!"
cat ci-reports/markdown/runtime_params.json
else
echo "❌ runtime_params.json not found"
echo "❌ runtime_params.json not found to get tests parameters"
fi
echo "📦 Pytest exit code: $exit_code"