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

This commit is contained in:
2025-07-07 19:58:59 +02:00
parent 6b944e2312
commit fe8b2d57f6
+3 -1
View File
@@ -45,7 +45,9 @@ jobs:
- name: Préparer le site Render
run: |
mkdir -p render-site
cp ci-reports/html-report.html render-site/index.html
#cp ci-reports/html-report.html render-site/index.html
cp -r ci-reports/allure/* deploy-repo/
- name: Push HTML report to GitHub
run: |