fix back-end
All checks were successful
Build, Test and Deploy / test-backend (push) Successful in 26s
Build, Test and Deploy / build-and-push (push) Successful in 1m28s
Build, Test and Deploy / deploy (push) Successful in 6s

This commit is contained in:
2026-02-02 19:47:20 +01:00
parent 3aa644e9ee
commit c6ec937ea0

View File

@@ -23,6 +23,8 @@ jobs:
- name: Run Tests with Maven
run: |
echo "Installing Maven..."
apt-get update && apt-get install -y maven
echo "Starting Maven Build..."
cd backend
mvn -B test