From 435e09f5ed9fe57f3444ebfa54c663d0ac8033fe Mon Sep 17 00:00:00 2001 From: Anderson Bravalheri Date: Wed, 25 Sep 2024 14:49:57 +0100 Subject: [PATCH] Prevent Github action for ignoring files for cache --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c0ffb1..9e06eb5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,6 +56,8 @@ jobs: with: name: test-download-files path: ${{ env.VALIDATE_PYPROJECT_CACHE_REMOTE }} + include-hidden-files: true + if-no-files-found: error retention-days: 1 test: