From fe800592a3f1b4eedc2fe83d26cbab6ce3da16a2 Mon Sep 17 00:00:00 2001 From: Javi <102818127+jrodriguezs2020@users.noreply.github.com> Date: Tue, 14 Jan 2025 18:03:08 +0100 Subject: [PATCH] run all tests --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index c0cd635..642f3bf 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -55,7 +55,7 @@ jobs: run: | sleep 20 cd ./backend - mvn -Dtest=UploadDocumentApiTest test + mvn mvn -f pom.xml test ## Step 5: End Image Execution and Push image to Docker Hub - name: Stop docker compose