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