linux
Some checks failed
checks / Set up Node and other necessary dependencies for Frontend Tests and Build (push) Failing after 1s
checks / Set up Java for Backend Tests and Build (push) Failing after 13s
Gitea Actions Demo / Explore-Gitea-Actions (pull_request) Failing after 1s
Gitea Actions Demo / Explore-Gitea-Actions-2 (pull_request) Failing after 1s
checks / Set up Node and other necessary dependencies for Frontend Tests and Build (pull_request) Failing after 1s
checks / Set up Java for Backend Tests and Build (pull_request) Failing after 13s

This commit is contained in:
Patrick
2025-10-31 13:27:13 +01:00
parent dd1f3a9039
commit 88dc37bd0a

View File

@ -120,7 +120,7 @@ jobs:
cache-dependency-path: 'pom.xml' # optional cache-dependency-path: 'pom.xml' # optional
- name: Setup Java 21 (for act) - name: Setup Java 21 (for act)
if: ${{ runner.os == 'Linux' && env.ACT_RUNNER == 'true' }} #if: ${{ runner.os == 'Linux' && env.ACT_RUNNER == 'true' }}
run: | run: |
apt-get update -y apt-get update -y
apt-get install -y openjdk-21-jdk apt-get install -y openjdk-21-jdk