From 47dbd206ca4549ef83a035bb3ad1e6fe37c330f9 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Mon, 7 Jul 2025 16:09:41 +0200 Subject: [PATCH] Update .gitea/workflows/test.yml --- .gitea/workflows/test.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index a75be645c..2c9c99dd0 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -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