From ded5adeebe07829a5253e80a06d35c925d5187c4 Mon Sep 17 00:00:00 2001 From: Haider Malik Date: Mon, 22 Jul 2024 15:09:21 +0100 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 2f326fb..e7caf25 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -28,7 +28,7 @@ jobs: distribution: 'temurin' cache: maven - name: Build with Maven - run: mvn -DskipTests=true -B -package --file pom.xml + run: mvn -DskipTests=true -B package --file pom.xml - name: Run JUnit tests run: mvn clean test - name: Archive test output