Update .gitea/workflows/test.yml
Run Pytest and Serve Report via LocalTunnel / tests (push) Failing after 39s

This commit is contained in:
2025-07-08 13:36:34 +02:00
parent 0afdebce4f
commit 4e1c1efb57
+4 -4
View File
@@ -41,10 +41,10 @@ jobs:
--alluredir=allure-results || true
allure generate allure-results -o ci-reports/allure --clean || true
- name: Clear old report
run: |
git rm -rf . || true
rm -rf *
- name: Clear old report
run: |
git rm -rf . || true
rm -rf *
- name: Push report to Github