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