Update .gitea/workflows/test.yml
Run Pytest with Allure and Coverage Reports / tests (push) Successful in 1m3s
Run Pytest with Allure and Coverage Reports / deploy (push) Has been skipped

This commit is contained in:
2025-07-09 17:09:35 +02:00
parent 4356c96d58
commit faca8df968
+1 -1
View File
@@ -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: