From 87e795b289c1ea42fa73d914c191ae1796470d06 Mon Sep 17 00:00:00 2001 From: Jirka Date: Sat, 16 Mar 2024 11:12:39 +0100 Subject: [PATCH] ls-lh --- .github/actions/pull-caches/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/pull-caches/action.yml b/.github/actions/pull-caches/action.yml index 0e098ba2550..c281dd6a89d 100644 --- a/.github/actions/pull-caches/action.yml +++ b/.github/actions/pull-caches/action.yml @@ -95,5 +95,5 @@ runs: working-directory: tests/ run: | mkdir -p _cache-references - py-tree _cache-references/ --show_hidden + ls -lh _cache-references/ --max-depth=1 shell: bash