Skip to content

Commit 551bba2

Browse files
committed
Use Maven install instead of verify
Otherwise the cloud contract stubs aren't found.
1 parent 77782cc commit 551bba2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
cache: 'maven'
2222

2323
- name: Build with Maven
24-
run: ./mvnw --batch-mode --update-snapshots -Pfull verify
24+
run: ./mvnw --batch-mode --update-snapshots -Pfull install

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Maven verify
3838
if: ${{ !matrix.runner.deploy-snapshots }}
39-
run: ./mvnw --no-transfer-progress --batch-mode --update-snapshots -Pfull verify
39+
run: ./mvnw --no-transfer-progress --batch-mode --update-snapshots -Pfull install
4040

4141
- name: Maven deploy
4242
if: ${{ matrix.runner.deploy-snapshots }}

0 commit comments

Comments
 (0)