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

This commit is contained in:
2025-07-07 16:09:41 +02:00
parent 899bbb61b9
commit 47dbd206ca
+5 -5
View File
@@ -58,11 +58,6 @@ jobs:
env:
CI_TOKEN: ${{ secrets.CI_TOKEN }}
- name: Cleanup Pixi cache
run: |
rm -rf ~/.cache/rattler
rm -rf ~/.pixi
- name: Install iproute2 for Allure
run: |
sudo apt update
@@ -77,3 +72,8 @@ jobs:
ip=$(ip route get 1 | awk '{for(i=1;i<=NF;i++) if ($i=="src") print $(i+1)}')
echo "➡️ http://$ip:8080/index.html"
echo "--------------------------------------------------"
- name: Cleanup Pixi cache
run: |
rm -rf ~/.cache/rattler
rm -rf ~/.pixi