fix(deploy): fixed deploy for gradle.
Some checks failed
Build, Test and Deploy / test-backend (push) Failing after 3s
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-04 15:33:28 +01:00
parent 2f7e8798d2
commit db4df2573c
7 changed files with 84 additions and 36 deletions

View File

@@ -21,13 +21,11 @@ jobs:
java-version: '21'
distribution: 'temurin'
- name: Run Tests with Maven
- name: Run Tests with Gradle
run: |
echo "Installing Maven..."
apt-get update && apt-get install -y maven
echo "Starting Maven Build..."
cd backend
mvn -B test
chmod +x gradlew
./gradlew test
build-and-push:
needs: test-backend