diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 5401f57b..162ae583 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -78,7 +78,7 @@ jobs: run: | git config user.name "ci-bot" git config user.email "ci-bot@example.com" - git add ci-reports/markdown/coverage-summary.md ci-reports/markdown/test-summary.md ci-reports/markdown/test-full.md # 👈 ajout ici + git add ci-reports/markdown/coverage-summary.md ci-reports/markdown/test-summary.md ci-reports/markdown/test-full.md ci-reports/markdown/pytest-report.json # 👈 ajout ici git commit -m "Update test summaries" || echo "Nothing to commit" git push https://ci-token:${{ secrets.CI_TOKEN }}@gitea.psi.ch/tligui_y/slic.git HEAD:utils_testing env: