Update .gitea/workflows/test.yml
Run Tests and Deploy Reports / test-and-deploy (push) Failing after 5s

This commit is contained in:
2025-07-07 20:44:16 +02:00
parent 83848fb286
commit 7b3e4ade45
+8 -3
View File
@@ -37,10 +37,15 @@ jobs:
sudo rm -rf /usr/local/share/boost || true
sudo rm -rf /usr/lib/jvm || true
df -h
echo "Install Pixi"
curl -sSf https://install.pixi.sh | bash
echo "Installing Pixi manually from GitHub release"
curl -L https://github.com/prefix-dev/pixi/releases/latest/download/pixi-x86_64-unknown-linux-musl.tar.gz -o pixi.tar.gz
tar -xzf pixi.tar.gz
mkdir -p ~/.pixi/bin
mv pixi ~/.pixi/bin
echo "$HOME/.pixi/bin" >> $GITHUB_PATH
echo "Installing project dependencies"
pixi install
- name: Run tests and generate reports