We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77782cc commit 551bba2Copy full SHA for 551bba2
.github/workflows/build-pull-request.yml
@@ -21,4 +21,4 @@ jobs:
21
cache: 'maven'
22
23
- name: Build with Maven
24
- run: ./mvnw --batch-mode --update-snapshots -Pfull verify
+ run: ./mvnw --batch-mode --update-snapshots -Pfull install
.github/workflows/build.yml
@@ -36,7 +36,7 @@ jobs:
36
37
- name: Maven verify
38
if: ${{ !matrix.runner.deploy-snapshots }}
39
- run: ./mvnw --no-transfer-progress --batch-mode --update-snapshots -Pfull verify
+ run: ./mvnw --no-transfer-progress --batch-mode --update-snapshots -Pfull install
40
41
- name: Maven deploy
42
if: ${{ matrix.runner.deploy-snapshots }}
0 commit comments