Skip to content

Commit 2a45b79

Browse files
committed
wip
1 parent b43c266 commit 2a45b79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Quick compile
2424
run: mvn -B --quiet -T 2C compile -DskipTests -Pquick
2525
- name: Download all other dependencies
26-
run: mvn -B -T 2C dependency:go-offline
26+
run: mvn -B --quiet -T 2C dependency:go-offline
2727

2828
compile:
2929
needs: formatting-and-quick-compile

0 commit comments

Comments
 (0)