Skip to content

Commit

Permalink
Use Maven install instead of verify
Browse files Browse the repository at this point in the history
Otherwise the cloud contract stubs aren't found.
  • Loading branch information
mhalbritter committed Dec 17, 2024
1 parent 77782cc commit 551bba2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 551bba2

Please sign in to comment.