From dc71975f27f5e7fa3a0729c8f085bd35ddb4f195 Mon Sep 17 00:00:00 2001 From: Nanne Baars Date: Thu, 30 Sep 2021 18:57:01 +0200 Subject: [PATCH] No need to do `mvn clean` --- .github/workflows/branch_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/branch_build.yml b/.github/workflows/branch_build.yml index d45afdfa3..eac995619 100644 --- a/.github/workflows/branch_build.yml +++ b/.github/workflows/branch_build.yml @@ -24,7 +24,7 @@ jobs: key: ubuntu-latest-m2-${{ hashFiles('**/pom.xml') }} restore-keys: ubuntu-latest-m2 - name: Test with Maven - run: mvn clean install -DskipTests + run: mvn install -DskipTests testing: needs: install-notest