echo test and build completion
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 11s
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) Successful in 11s

This commit is contained in:
Patrick
2025-11-02 14:56:17 +01:00
parent 814550903a
commit fb93faad5c

View File

@ -145,6 +145,6 @@ jobs:
# Run backend tests and build
- name: Test & build backend
working-directory: .
run:
run: |
mvn clean test -Dspring.profiles.active=test
echo "Backend test and build workflow successfully completed."