Skip to content

Commit

Permalink
DEV: Cache downloaded files
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma committed Jul 7, 2022
1 parent a1aaf91 commit 16737f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
id: cache-downloaded-files
uses: actions/cache@v3
with:
path: tests/pdf_cache
path: '**/tests/pdf_cache/*'
key: cache-downloaded-files
- name: Setup Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit 16737f7

Please sign in to comment.