Skip to content

Commit

Permalink
Hash the browser requirements during GitHub Actions (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
willgraf committed Dec 8, 2020
1 parent 9f1edef commit 7aaee89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/browser-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# This path is specific to Ubuntu
path: ~/.cache/pip
# Look to see if there is a cache hit for the corresponding requirements file
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}
key: ${{ runner.os }}-pip-${{ hashFiles('browser/requirements.txt') }}
restore-keys: |
${{ runner.os }}-pip-
${{ runner.os }}-
Expand Down

0 comments on commit 7aaee89

Please sign in to comment.