We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03cec8a + 17f917a commit 541d712Copy full SHA for 541d712
1 file changed
.github/workflows/pr-verify.yml
@@ -113,6 +113,8 @@ jobs:
113
key: ${{ runner.os }}-jdk11-maven-${{ hashFiles('**/pom.xml') }}
114
restore-keys: |
115
${{ runner.os }}-jdk11-maven-
116
+ - name: Run install
117
+ run: mvn -B install -DskipTests
118
- name: Package assembly
119
run: mvn package -Passembly -DskipTests
120
- name: Cancel workflow on failure
0 commit comments