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
15 changed files with 652 additions and 279 deletions
Showing only changes of commit 8b759a663b - Show all commits

View File

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