Skip to content

Commit

Permalink
test: save historical push records for easy rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
Linkontoask committed Dec 20, 2020
1 parent 6214478 commit 64f3b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/cache@v2
with:
path: ~/.cache/Cypress
key: cypress-${{ runner.os }}-cypress-${{ github.ref }}-${{ hashFiles('**/package.json') }}
key: cypress-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}

- name: install
if: |
Expand Down

0 comments on commit 64f3b7d

Please sign in to comment.