Skip to content

Commit

Permalink
chore: list downloaded artifacts
Browse files Browse the repository at this point in the history
Part of #1656
  • Loading branch information
php-coder committed Jan 6, 2024
1 parent 1abf101 commit 9c833c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/populate-maven-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,6 @@ jobs:

- name: Download all dependencies
run: mvn dependency:go-offline

- name: List downloaded artifacts
run: find ~/.m2/repository

0 comments on commit 9c833c5

Please sign in to comment.