dev #3

Merged
JoeKung merged 34 commits from dev into int 2026-02-05 15:30:05 +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