Skip to content

Commit

Permalink
fix: properly cache the Cypress binary - Github action (#71)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Cypress binary is now cached during release action
  • Loading branch information
murage authored Apr 17, 2021
1 parent 7dd6503 commit c6ec1ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
with:
path: |
~/.cache/yarn
~/.cache/Cypress
**/node_modules
key: ${{ runner.os }}-node_modules-${{ hashFiles('**/yarn.lock') }}

Expand Down

0 comments on commit c6ec1ce

Please sign in to comment.