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

View File

@@ -8,7 +8,6 @@ import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.*;
import org.springframework.web.multipart.MultipartFile;
import java.io.File;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Path;

View File

@@ -6,7 +6,6 @@ import com.fasterxml.jackson.databind.node.ObjectNode;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Service;
import java.io.File;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Path;