diff --git a/.github/workflows/build-pull-request.yml b/.github/workflows/build-pull-request.yml index a34474dfb7..e77f1d841d 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 verify + run: ./mvnw --batch-mode --update-snapshots -Pfull verify diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bbc5c9b777..b417765cdb 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 verify + run: ./mvnw --no-transfer-progress --batch-mode --update-snapshots -Pfull verify - name: Maven deploy if: ${{ matrix.runner.deploy-snapshots }}