Update .gitea/workflows/test.yml
Run Pytest with HTML and XML Test Reports / tests (push) Successful in 26s
Run Pytest with HTML and XML Test Reports / tests (push) Successful in 26s
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user