From 86a4037088e917339aef695cce57c6939f42115b Mon Sep 17 00:00:00 2001 From: zomars Date: Tue, 17 May 2022 22:23:29 -0600 Subject: [PATCH] Update e2e.yml --- .github/workflows/e2e.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index ed60c33db4..6187229b16 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -76,6 +76,7 @@ jobs: ~/.cache/ms-playwright ${{ github.workspace }}/node_modules/playwright key: cache-playwright-${{ hashFiles('**/yarn.lock') }} + restore-keys: cache-playwright- - run: yarn --frozen-lockfile - name: Install playwright deps if: steps.playwright-cache.outputs.cache-hit != 'true'