Skip to content

Commit

Permalink
Prevent Github action for ignoring files for cache
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Sep 25, 2024
1 parent c23edc4 commit 435e09f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 435e09f

Please sign in to comment.