Skip to content

Commit 9c833c5

Browse files
committed
chore: list downloaded artifacts
Part of #1656
1 parent 1abf101 commit 9c833c5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/populate-maven-cache.yml

+3
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,6 @@ jobs:
5252

5353
- name: Download all dependencies
5454
run: mvn dependency:go-offline
55+
56+
- name: List downloaded artifacts
57+
run: find ~/.m2/repository

0 commit comments

Comments
 (0)