From 531352c22f934d9e968c99a2a4f914f50643982e Mon Sep 17 00:00:00 2001 From: tnazarew Date: Thu, 24 Oct 2024 07:34:50 +0200 Subject: [PATCH] debug Signed-off-by: tnazarew --- .github/actions/get_openlineage_artifacts/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/get_openlineage_artifacts/action.yml b/.github/actions/get_openlineage_artifacts/action.yml index a8f38e7..bd626d7 100644 --- a/.github/actions/get_openlineage_artifacts/action.yml +++ b/.github/actions/get_openlineage_artifacts/action.yml @@ -98,7 +98,7 @@ runs: shell: bash run: | echo "downloaded artifacts:" - echo "/tmp/openlineage_snapshots" + echo "$(ls /tmp/openlineage_snapshots)" # artifacts snapshots are not published in latest build if no code was changed in them # this checks which of not skipped artifacts are missing and marks them as 'to download from maven'