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
13 changed files with 425 additions and 276 deletions
Showing only changes of commit 6f3b95d41d - Show all commits

View File

@ -137,7 +137,8 @@ jobs:
run: |
echo "Started test & build backend..."
ls .
mvn clean
mvn clean verify -B
echo "Backend tests and build completed successfully."
# mvn clean verify package -B
- name: Done