mvn
Some checks failed
checks / Set up Node and other necessary dependencies for Frontend Tests and Build (push) Successful in 11s
checks / Set up Java for Backend Tests and Build (push) Failing after 7s
Gitea Actions Demo / Explore-Gitea-Actions (pull_request) Successful in 2s
Gitea Actions Demo / Explore-Gitea-Actions-2 (pull_request) Successful in 2s
checks / Set up Node and other necessary dependencies for Frontend Tests and Build (pull_request) Successful in 10s
checks / Set up Java for Backend Tests and Build (pull_request) Failing after 6s

This commit is contained in:
Patrick
2025-10-31 09:22:37 +01:00
parent a5ee3c69a7
commit cc114d68ce

View File

@ -113,9 +113,8 @@ jobs:
- name: Set up JDK 21 for x64
uses: actions/setup-java@v4
with:
#java-version: '21'
java-version: '21'
distribution: 'temurin'
java-version: ${{ matrix.java }}
architecture: x64
cache: maven
cache-dependency-path: 'pom.xml' # optional
@ -137,7 +136,6 @@ jobs:
working-directory: ./src
run: |
echo "Started test & build backend..."
mvn clean install -B
mvn clean verify package -B
- name: Done