Skip to content

Commit 2e8773d

Browse files
authored
Update build-only.yml to do a clean install
1 parent 8aa4936 commit 2e8773d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-only.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
# This build step does not need secrets
2424
# and can therefore be executed from any fork
2525
- name: Build only
26-
run: mvn -B package -DskipTests
26+
run: mvn -B clean install -DskipTests

0 commit comments

Comments
 (0)