CI turbo caching troubleshooting (#1862)
# Conflicts: # .github/workflows/e2e.yml
This commit is contained in:
parent
9733da67ae
commit
fdf7516cdd
1 changed files with 2 additions and 2 deletions
4
.github/workflows/e2e.yml
vendored
4
.github/workflows/e2e.yml
vendored
|
@ -68,9 +68,9 @@ jobs:
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: .turbo
|
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: |
|
restore-keys: |
|
||||||
turbo-${{ github.job }}-${{ github.ref_name }}-
|
turbo-${{ github.job }}-${{ github.event.pull_request.head.ref }}-
|
||||||
- run: yarn
|
- run: yarn
|
||||||
- name: Cache playwright binaries
|
- name: Cache playwright binaries
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
|
|
Loading…
Reference in a new issue