Update .gitea/workflows/test.yml
Run Pytest with HTML and XML Test Reports / tests (push) Failing after 19s

This commit is contained in:
2025-07-16 14:45:22 +02:00
parent cc30bc08e8
commit 122c83cd5b
+4
View File
@@ -62,6 +62,10 @@ jobs:
echo "✅ Python tools installed"
pip list
- name: 🧪 Extract Pytest Parameters
run: |
python log_all_test_params.py
- name: Run tests and generate reports
run: |
echo "🚀 Running tests and generating reports..."