Skip to content

Commit 7694769

Browse files
committed
ci.yml: added dependency preloading to avoid overly noisy logging
1 parent 6b8f9e1 commit 7694769

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
gpg_private_key: ${{ secrets.GPG_TEST_PRIV_KEY }}
3636
passphrase: ${{ secrets.GPG_TEST_PASSPHRASE }}
3737

38+
- name: Download dependencies
39+
run: mvn --batch-mode dependency:go-offline
40+
3841
- name: Build
3942
run: mvn --batch-mode clean compile
4043

0 commit comments

Comments
 (0)