Update .gitea/workflows/test.yml
Run Pytest with Allure and Coverage Reports / tests (push) Successful in 53s
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 13:33:52 +02:00
parent 6c0ebfd23f
commit 345b503ef6
+12 -1
View File
@@ -12,7 +12,18 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Clear wiki branch
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
git config user.name "ci-bot"
git config user.email "ci-bot@example.com"
git add -A
git commit -m "🧹 Clear wiki content" || echo "Nothing to commit"
git push origin HEAD:main --force
- name: Show all environment variables
run: env