We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcc8da0 commit 4108ec1Copy full SHA for 4108ec1
.github/workflows/pr-verify.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Check formatting
29
run: mvn -B formatter:validate impsort:check xml-format:xml-check
30
- name: Quick compile
31
- run: mvn -B install -DskipTests -Pquick
+ run: mvn -B compile -DskipTests -Pquick
32
- name: Download all other dependencies
33
run: mvn -B dependency:go-offline
34
@@ -52,7 +52,7 @@ jobs:
52
53
54
55
56
57
58
0 commit comments