diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 1109b1163..3d984635b 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -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 }} \ No newline at end of file