From 9c833c554a385c7005ef2e99d8c6acf3341275f2 Mon Sep 17 00:00:00 2001 From: Slava Semushin Date: Sat, 6 Jan 2024 20:54:53 +0700 Subject: [PATCH] chore: list downloaded artifacts Part of #1656 --- .github/workflows/populate-maven-cache.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/populate-maven-cache.yml b/.github/workflows/populate-maven-cache.yml index a18ee759a..1c0da70be 100644 --- a/.github/workflows/populate-maven-cache.yml +++ b/.github/workflows/populate-maven-cache.yml @@ -52,3 +52,6 @@ jobs: - name: Download all dependencies run: mvn dependency:go-offline + + - name: List downloaded artifacts + run: find ~/.m2/repository