fix back-end
Some checks failed
Build, Test and Deploy / test-backend (push) Failing after 4s
Build, Test and Deploy / build-and-push (push) Has been skipped
Build, Test and Deploy / deploy (push) Has been skipped

This commit is contained in:
2026-02-02 19:46:11 +01:00
parent 21cf8891b2
commit 3aa644e9ee
3 changed files with 1 additions and 3 deletions

View File

@@ -20,10 +20,10 @@ jobs:
with:
java-version: '21'
distribution: 'temurin'
cache: maven
- name: Run Tests with Maven
run: |
echo "Starting Maven Build..."
cd backend
mvn -B test