mvn clean build
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-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 4s

This commit is contained in:
Patrick
2025-10-31 16:02:22 +01:00
parent 267be7073a
commit d67df1b618
2 changed files with 55 additions and 52 deletions

View File

@ -150,7 +150,7 @@ jobs:
# Run backend tests and build
- name: Test & build backend
working-directory: ./src
run: mvn clean verify -B
run: mvn clean build
- name: Done
run: echo "Workflow successfully completed."