Skip to content

Commit 870f445

Browse files
committed
chore: try to reduce how annoying maven output is
1 parent 19d6629 commit 870f445

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ jobs:
4141
java-version: '17'
4242
distribution: 'adopt'
4343

44+
- name: Resolve dependencies
45+
working-directory: ./tests
46+
run: ./mvnw dependency:resolve -q
47+
4448
- name: Run tests
4549
working-directory: ./tests
4650
run: ./mvnw test

0 commit comments

Comments
 (0)