Update .gitea/workflows/test.yml
Run Pytest with Allure and Coverage Reports / tests (push) Successful in 54s
Run Pytest with Allure and Coverage Reports / deploy (push) Has been skipped
Run Pytest with Allure and Coverage Reports / wiki (push) Successful in 4s

This commit is contained in:
2025-07-11 10:26:24 +02:00
parent 0f5e549f22
commit da8cd39599
+1
View File
@@ -16,6 +16,7 @@ jobs:
- name: Clear wiki branch
run: |
git clone https://ci-token:${{ secrets.CI_TOKEN }}@gitea.psi.ch/tligui_y/slic.wiki.git wiki-clear
ls -la wiki-clear
cd wiki-clear
rm -f "run-${GITHUB_RUN_NUMBER}-coverage-commit-"*.md || echo "No coverage files to remove"
rm -f "run-${GITHUB_RUN_NUMBER}-test-report-commit-"*.md || echo "No test report files to remove"