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