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

This commit is contained in:
2025-07-16 13:12:30 +02:00
parent d90a7c1f1e
commit c3e5708045
+2 -3
View File
@@ -117,8 +117,7 @@ jobs:
echo ""
echo "🌳 Generating JSON tree view..."
python -c "from rich import print_json; print_json(open('ci-reports/markdown/pytest-report.json').read())" > ci-reports/markdown/json-tree-view.txt
echo "✅ JSON tree view generated"
python json_to_tree.py ci-reports/markdown/pytest-report.json
- name: Commit and push reports
run: |
@@ -136,4 +135,4 @@ jobs:
}
echo "✅ Reports pushed to https://gitea.psi.ch/tligui_y/slic/ci-reports/"
env:
CI_TOKEN: ${{ secrets.CI_TOKEN }}
CI_TOKEN: ${{ secrets.CI_TOKEN }}