diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 86a42104..aee6de01 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -237,12 +237,12 @@ jobs: - name: Install dependencies run: npm ci - - name: Force Playwright browser install - run: npx playwright install --with-deps --force - - name: Clean Playwright browser cache run: rm -rf ~/.cache/ms-playwright + - name: Force Playwright browser install + run: npx playwright install --with-deps --force + - name: Cache Playwright browsers id: playwright-cache uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5