Update .gitea/workflows/test.yml
Run Pytest with Allure and Coverage Reports / tests (push) Failing after 3s
Run Pytest with Allure and Coverage Reports / wiki (push) Has been skipped
Run Pytest with Allure and Coverage Reports / deploy (push) Has been skipped

This commit is contained in:
2025-07-11 10:18:03 +02:00
parent 9a8a306a63
commit 91522cfcaf
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
run: |
git clone https://ci-token:${{ secrets.CI_TOKEN }}@gitea.psi.ch/tligui_y/slic.wiki.git wiki-clear
cd wiki-clear
rm -f run-*.md
rm -f *.md # ou plus ciblé : rm -f run-*-*.md
git config user.name "ci-bot"
git config user.email "ci-bot@example.com"
git add -A