From c472509c5b0dea4eb466a713f17545b208c174bf Mon Sep 17 00:00:00 2001 From: DavidH Date: Tue, 15 Jul 2025 09:53:31 -0700 Subject: [PATCH] Testing removal of restoration of playwright browsers to fix browser installation --- .github/workflows/e2e-tests.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 13b787ef..474a0886 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -31,15 +31,6 @@ jobs: - name: Build app run: pnpm build - - name: Restore Playwright browsers from cache - uses: actions/cache@v3 - with: - path: ~/.cache/ms-playwright - key: ${{ runner.os }}-playwright-${{ steps.playwright-version.outputs.PLAYWRIGHT_VERSION }}-${{ hashFiles('**/playwright.config.ts') }} - restore-keys: | - ${{ runner.os }}-playwright-${{ steps.playwright-version.outputs.PLAYWRIGHT_VERSION }}- - ${{ runner.os }}-playwright- - - name: Install Playwright Browsers run: pnpm exec playwright install --with-deps