From 56ee4151d745f437096d94d2056078d60d1aa525 Mon Sep 17 00:00:00 2001 From: Stefano Braghin <527806+stefano81@users.noreply.github.com> Date: Fri, 1 Mar 2024 11:13:22 +0000 Subject: [PATCH] re-enable batch processing for mvn --- .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 4ff9592..927c08f 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -19,7 +19,7 @@ jobs: distribution: 'temurin' cache: maven - name: Test with Maven - run: mvn test + run: mvn -B test - name: Update dependency graph uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6