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