Skip to content

Commit 4108ec1

Browse files
committed
wip
1 parent dcc8da0 commit 4108ec1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Check formatting
2929
run: mvn -B formatter:validate impsort:check xml-format:xml-check
3030
- name: Quick compile
31-
run: mvn -B install -DskipTests -Pquick
31+
run: mvn -B compile -DskipTests -Pquick
3232
- name: Download all other dependencies
3333
run: mvn -B dependency:go-offline
3434

@@ -52,7 +52,7 @@ jobs:
5252
- name: Check formatting
5353
run: mvn -B formatter:validate impsort:check xml-format:xml-check
5454
- name: Quick compile
55-
run: mvn -B install -DskipTests -Pquick
55+
run: mvn -B compile -DskipTests -Pquick
5656
- name: Download all other dependencies
5757
run: mvn -B dependency:go-offline
5858

0 commit comments

Comments
 (0)