Skip to content

Commit

Permalink
GH-4744 add install step before package to unblock osgi package failu…
Browse files Browse the repository at this point in the history
…res (#4746)
  • Loading branch information
abrokenjester authored Aug 19, 2023
2 parents 03cec8a + 17f917a commit 541d712
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ jobs:
key: ${{ runner.os }}-jdk11-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-jdk11-maven-
- name: Run install
run: mvn -B install -DskipTests
- name: Package assembly
run: mvn package -Passembly -DskipTests
- name: Cancel workflow on failure
Expand Down

0 comments on commit 541d712

Please sign in to comment.