action java maven
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 4s
Gitea Actions Demo / Explore-Gitea-Actions (pull_request) Successful in 3s
Gitea Actions Demo / Explore-Gitea-Actions-2 (pull_request) Successful in 3s
checks / Set up Node and other necessary dependencies for Frontend Tests and Build (pull_request) Successful in 11s
checks / Set up Java for Backend Tests and Build (pull_request) Failing after 5s

This commit is contained in:
Patrick
2025-10-30 23:32:23 +01:00
parent 8e592ce458
commit 4fa05e3616

View File

@ -106,7 +106,7 @@ jobs:
distribution: 'temurin' distribution: 'temurin'
architecture: x64 architecture: x64
cache: maven cache: maven
cache-dependency-path: 'sub-project/pom.xml' # optional cache-dependency-path: '/pom.xml' # optional
run: 'mvn --version' run: 'mvn --version'
- name: Cache Maven dependencies - name: Cache Maven dependencies