Skip to content

Commit

Permalink
Fix hashFiles
Browse files Browse the repository at this point in the history
  • Loading branch information
pomo-mondreganto committed Apr 16, 2022
1 parent f5430db commit a7b4f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- uses: actions/cache@v2
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
key: ${{ runner.os }}-pip-${{ hashFiles('backend/requirements.txt') }}-${{ hashFiles('cli/requirements.txt') }}-${{ hashFiles('tests/requirements.txt') }}
restore-keys: |
${{ runner.os }}-pip-
- name: Setup tests
Expand Down

0 comments on commit a7b4f1d

Please sign in to comment.