diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 763db3305..8163dd292 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -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"