diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a6b7767..e830eed 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,7 +38,7 @@ jobs: java-version: ${{ matrix.java }} distribution: 'adopt' - name: Test With Maven - run: ./mvnw integration-test + run: mvn clean integration-test dependabot: needs: integration-tests