Skip to content

Commit f46b037

Browse files
committed
test
1 parent 505429c commit f46b037

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pr-verify.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
distribution: 'temurin'
2424
cache: maven
2525
- 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
26+
run: mvn -B --quiet -T 2C formatter:validate impsort:check xml-format:xml-check
2727
- name: Quick compile
28-
run: ./scripts/ci/run-with-thread-dump.sh mvn -B --quiet -T 2C compile -DskipTests -Pquick
28+
run: mvn -B --quiet -T 2C compile -DskipTests -Pquick
2929
- name: Download all other dependencies
30-
run: ./scripts/ci/run-with-thread-dump.sh mvn -B --quiet -T 2C dependency:go-offline
30+
run: mvn -B --quiet -T 2C dependency:go-offline
3131

3232
compile:
3333
needs: formatting-and-quick-compile

0 commit comments

Comments
 (0)