Skip to content

Commit 541d712

Browse files
GH-4744 add install step before package to unblock osgi package failures (#4746)
2 parents 03cec8a + 17f917a commit 541d712

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pr-verify.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ jobs:
113113
key: ${{ runner.os }}-jdk11-maven-${{ hashFiles('**/pom.xml') }}
114114
restore-keys: |
115115
${{ runner.os }}-jdk11-maven-
116+
- name: Run install
117+
run: mvn -B install -DskipTests
116118
- name: Package assembly
117119
run: mvn package -Passembly -DskipTests
118120
- name: Cancel workflow on failure

0 commit comments

Comments
 (0)