add frontend and backend jobs
All checks were successful
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) Successful in 13s
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 11s
checks / Set up Java for Backend Tests and Build (pull_request) Successful in 11s

This commit is contained in:
Patrick
2025-10-31 17:31:39 +01:00
parent 04edd6f025
commit 9b4102f474
4 changed files with 15 additions and 299 deletions

View File

@ -150,7 +150,8 @@ jobs:
# Run backend tests and build
- name: Test & build backend
working-directory: .
run: mvn clean
run:
mvn clean test -Dspring.profiles.active=test
- name: Done
run: echo "Workflow successfully completed."