We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aa4936 commit 2e8773dCopy full SHA for 2e8773d
.github/workflows/build-only.yml
@@ -23,4 +23,4 @@ jobs:
23
# This build step does not need secrets
24
# and can therefore be executed from any fork
25
- name: Build only
26
- run: mvn -B package -DskipTests
+ run: mvn -B clean install -DskipTests
0 commit comments