Update .gitea/workflows/test.yml
Run Pytest with Allure and Coverage Reports / deploy (push) Has been cancelled
Run Pytest with Allure and Coverage Reports / wiki (push) Has been cancelled
Run Pytest with Allure and Coverage Reports / tests (push) Has been cancelled

This commit is contained in:
2025-07-10 17:34:34 +02:00
parent aa75f5afee
commit 0508fda755
+1 -5
View File
@@ -156,10 +156,6 @@ jobs:
cp ci-reports/markdown/coverage-summary.md \
wiki/reports/coverage-${{ steps.info.outputs.short_sha }}-${{ steps.info.outputs.commit_num }}.md
# Optional: create/update stable aliases
cp ci-reports/markdown/TEST-REPORT.md wiki/reports/Latest-Test-Report.md
cp ci-reports/markdown/coverage-summary.md wiki/reports/Latest-Coverage.md
- name: Commit and push to wiki
run: |
cd wiki
@@ -167,4 +163,4 @@ jobs:
git config user.email "ci-bot@example.com"
git add .
git commit -m "Add wiki reports for ${{ steps.info.outputs.short_sha }} ${{ steps.info.outputs.commit_num }}" || echo "Nothing to commit"
git push https://ci-token:${{ secrets.CI_TOKEN }}@gitea.psi.ch/tligui_y/slic.wiki.git HEAD:master
git push https://ci-token:${{ secrets.CI_TOKEN }}@gitea.psi.ch/tligui_y/slic/ HEAD:master