Update .gitea/workflows/test.yml
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user