Update .gitea/workflows/test.yml
Run Pytest and Generate Reports / tests (push) Failing after 19s

This commit is contained in:
2025-07-07 16:07:11 +02:00
parent e3f182899a
commit 899bbb61b9
+5
View File
@@ -63,6 +63,11 @@ jobs:
rm -rf ~/.cache/rattler
rm -rf ~/.pixi
- name: Install iproute2 for Allure
run: |
sudo apt update
sudo apt install -y iproute2
- name: Serve Allure Report on runner
run: |
nohup python3 -m http.server 8080 --directory ci-reports/allure > http.log 2>&1 &