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