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

This commit is contained in:
Patrick
2025-10-31 13:24:26 +01:00
parent c6636c0f5a
commit dd1f3a9039

View File

@ -119,6 +119,14 @@ jobs:
cache: maven
cache-dependency-path: 'pom.xml' # optional
- name: Setup Java 21 (for act)
if: ${{ runner.os == 'Linux' && env.ACT_RUNNER == 'true' }}
run: |
apt-get update -y
apt-get install -y openjdk-21-jdk
java -version
echo "Java 21 setup completed."
- name: Set up Maven
uses: stCarolas/setup-maven@v5
with: