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

This commit is contained in:
2025-07-07 20:55:14 +02:00
parent fbc6e0d6b1
commit c3ffa8fdd6
+8
View File
@@ -28,6 +28,14 @@ jobs:
rm -rf ci-reports || true
echo "Runner cleaned."
- name: Install Java for Allure
run: |
sudo apt update -y
sudo apt install -y openjdk-11-jdk
echo "JAVA_HOME=$(dirname $(dirname $(readlink -f $(which javac))))" >> $GITHUB_ENV
echo "$(dirname $(dirname $(readlink -f $(which javac))))/bin" >> $GITHUB_PATH
java -version
- name: Install Pixi and dependencies
run: |
echo "Clean to free up space before Pixi"