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

This commit is contained in:
2025-07-07 15:39:57 +02:00
parent 23af7ef582
commit bbad955fa1
+5
View File
@@ -19,6 +19,11 @@ jobs:
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