Update .gitea/workflows/test.yml
Run Pytest with HTML and XML Test Reports / tests (push) Successful in 22s

This commit is contained in:
2025-07-15 15:41:29 +02:00
parent df165a0918
commit fe64b42d36
-1
View File
@@ -64,7 +64,6 @@ jobs:
- name: Run tests and generate reports
run: |
set +e
echo "🚀 Running tests and generating reports..."
source venv/bin/activate
mkdir -p ci-reports/{allure,coverage,markdown}