feature/setup-workflow-pipeline: add lombok, add gitea workflow #2

Merged
chimeudeonwop merged 102 commits from feature/setup-workflow-pipeline into main 2025-10-31 16:46:56 +00:00
16 changed files with 666 additions and 279 deletions
Showing only changes of commit 04edd6f025 - Show all commits

View File

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