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 661 additions and 279 deletions
Showing only changes of commit d604efda37 - Show all commits

View File

@ -158,7 +158,7 @@ jobs:
# Run backend tests and build # Run backend tests and build
- name: Test & build backend - name: Test & build backend
working-directory: ./src working-directory: .
run: mvn clean install run: mvn clean install
- name: Done - name: Done

View File

@ -149,7 +149,7 @@ jobs:
# Run backend tests and build # Run backend tests and build
- name: Test & build backend - name: Test & build backend
working-directory: ./src working-directory: .
run: mvn clean run: mvn clean
- name: Done - name: Done