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

This commit is contained in:
2025-07-07 15:40:49 +02:00
parent bbad955fa1
commit dca0c76b43
-6
View File
@@ -18,12 +18,6 @@ jobs:
curl -fsSL https://pixi.sh/install.sh | bash
export PATH="$HOME/.pixi/bin:$PATH"
pixi install
- name: Install Java
run: |
sudo apt update
sudo apt install -y openjdk-11-jre
java -version
- name: Install Allure CLI