We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 505429c commit f46b037Copy full SHA for f46b037
1 file changed
.github/workflows/pr-verify.yml
@@ -23,11 +23,11 @@ jobs:
23
distribution: 'temurin'
24
cache: maven
25
- name: Check formatting
26
- run: ./scripts/ci/run-with-thread-dump.sh mvn -B --quiet -T 2C formatter:validate impsort:check xml-format:xml-check
+ run: mvn -B --quiet -T 2C formatter:validate impsort:check xml-format:xml-check
27
- name: Quick compile
28
- run: ./scripts/ci/run-with-thread-dump.sh mvn -B --quiet -T 2C compile -DskipTests -Pquick
+ run: mvn -B --quiet -T 2C compile -DskipTests -Pquick
29
- name: Download all other dependencies
30
- run: ./scripts/ci/run-with-thread-dump.sh mvn -B --quiet -T 2C dependency:go-offline
+ run: mvn -B --quiet -T 2C dependency:go-offline
31
32
compile:
33
needs: formatting-and-quick-compile
0 commit comments