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

This commit is contained in:
2025-07-15 14:49:13 +02:00
parent 4648d96829
commit f1753e2697
+1 -1
View File
@@ -115,7 +115,7 @@ jobs:
git config user.name "ci-bot"
git config user.email "ci-bot@example.com"
git add ci-reports/
git commit -m "CI: update all test reports (HTML, XML, JSON, MD)" || echo "⚠️ Nothing to commit"
git commit -m "CI: update test report and coverage files" || echo "⚠️ Nothing to commit"
echo "🚀 Pushing to branch 'testing_json' on slic.git..."
git push https://ci-token:${{ secrets.CI_TOKEN }}@gitea.psi.ch/tligui_y/slic.git HEAD:testing_json > push_main.log 2>&1 || {