produzione 1 #9

Merged
JoeKung merged 135 commits from dev into main 2026-03-03 09:58:04 +01:00
Showing only changes of commit c6ec937ea0 - Show all commits

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