diff --git a/.github/workflows/build-pull-request.yml b/.github/workflows/build-pull-request.yml index e77f1d841d..5c3f11a0b7 100644 --- a/.github/workflows/build-pull-request.yml +++ b/.github/workflows/build-pull-request.yml @@ -21,4 +21,4 @@ jobs: cache: 'maven' - name: Build with Maven - run: ./mvnw --batch-mode --update-snapshots -Pfull verify + run: ./mvnw --batch-mode --update-snapshots -Pfull install diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b417765cdb..a509817b88 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,7 @@ jobs: - name: Maven verify if: ${{ !matrix.runner.deploy-snapshots }} - run: ./mvnw --no-transfer-progress --batch-mode --update-snapshots -Pfull verify + run: ./mvnw --no-transfer-progress --batch-mode --update-snapshots -Pfull install - name: Maven deploy if: ${{ matrix.runner.deploy-snapshots }}