From db170d9a00dfc04714f54bfaaff1006d08b9a03e Mon Sep 17 00:00:00 2001 From: Javi <102818127+jrodriguezs2020@users.noreply.github.com> Date: Tue, 14 Jan 2025 18:13:10 +0100 Subject: [PATCH] correct commands --- .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 339c389..d992cea 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -54,7 +54,7 @@ jobs: run: | sleep 20 cd ./backend - mvn mvn -f pom.xml test + mvn -f pom.xml test ## Step 5: End Image Execution and Push image to Docker Hub - name: Stop docker compose