From 8a9b7ca78c29cd1271d9b42df872bd078b27b5ec Mon Sep 17 00:00:00 2001 From: zomars Date: Tue, 17 May 2022 21:27:29 -0600 Subject: [PATCH] Update e2e.yml --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 5137522c3a..a3759cf9e0 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -98,7 +98,7 @@ jobs: ~/.cache/ms-playwright ${{ github.workspace }}/node_modules/playwright key: cache-playwright-${{ hashFiles('**/yarn.lock') }} - - run: yarn + - run: yarn --frozen-lockfile - name: Install playwright deps if: steps.playwright-cache.outputs.cache-hit != 'true' run: yarn playwright install --with-deps