From 7dc9362cd0b4cccae579028cfa1b4f8b2629fcef Mon Sep 17 00:00:00 2001 From: dadgam3er Date: Thu, 17 Oct 2024 09:25:19 -0400 Subject: [PATCH] fix: 2 - adding giteaActions --- .gitea/workflows/mvnCICD.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/mvnCICD.yaml b/.gitea/workflows/mvnCICD.yaml index 3f23270..64d1bbd 100644 --- a/.gitea/workflows/mvnCICD.yaml +++ b/.gitea/workflows/mvnCICD.yaml @@ -31,4 +31,4 @@ jobs: sudo apt-get update sudo apt-get install -y maven - run: echo "Starting maven test cases..., this may take a couple minutes." - - run: mvn test -P Regression + - run: mvn test