Skip to content

Commit

Permalink
CI turbo caching troubleshooting (#1862)
Browse files Browse the repository at this point in the history
# Conflicts:
#	.github/workflows/e2e.yml
  • Loading branch information
zomars authored Feb 15, 2022
1 parent 9733da6 commit fdf7516
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ jobs:
uses: actions/cache@v2
with:
path: .turbo
key: turbo-${{ github.job }}-${{ github.ref_name }}-${{ github.sha }}
key: turbo-${{ github.job }}-${{ github.event.pull_request.head.ref }}-${{ github.event.pull_request.head.sha }}
restore-keys: |
turbo-${{ github.job }}-${{ github.ref_name }}-
turbo-${{ github.job }}-${{ github.event.pull_request.head.ref }}-
- run: yarn
- name: Cache playwright binaries
uses: actions/cache@v2
Expand Down

0 comments on commit fdf7516

Please sign in to comment.