diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 13fcdf78..fb72509d 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -147,7 +147,7 @@ jobs: echo "📤 Committing test & coverage reports to slic.git..." git config user.name "ci-bot" git config user.email "ci-bot@example.com" - git add ci-reports/markdown/TEST-REPORT.md + git add ci-reports/markdown/TEST-REPORT.md ci-reports/markdown/pytest-report.json git commit -m "CI: update test and coverage reports" || echo "⚠️ Nothing to commit" echo "🚀 Pushing to branch 'testing_json' on slic.git..."