Skip to content

Commit 66759c6

Browse files
committed
Use install goal for codestarts test to work
1 parent 2ce2639 commit 66759c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ jobs:
6060
key: maven-repo-pr-${{ runner.os }}-${{ steps.get-date.outputs.date }}
6161

6262
- name: Build with Maven
63-
run: mvn -B formatter:validate verify --file pom.xml
63+
run: mvn -B formatter:validate install
6464

0 commit comments

Comments
 (0)