Update .gitea/workflows/test.yml
Run Tests and Deploy Reports / test-and-deploy (push) Failing after 42s
Run Tests and Deploy Reports / test-and-deploy (push) Failing after 42s
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user