Skip to content

Commit 92f9bc2

Browse files
committed
use install in 1st build
1 parent e960b13 commit 92f9bc2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ jobs:
4242
restore-keys: |
4343
${{ runner.os }}-maven-
4444
45-
# Build & verify
45+
# Build & install (required for 2nd build: example)
4646
- name: Build and verify
47-
run: mvn -s ./.maven-settings.xml -Pcontinuous-integration -B -U clean verify
47+
run: mvn -s ./.maven-settings.xml -Pcontinuous-integration -B -U clean install
4848

4949
# Build & verify example
5050
- name: Build and verify example

0 commit comments

Comments
 (0)