diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index b17fa3f7..14ed06e2 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -237,6 +237,9 @@ jobs: - name: Install dependencies run: npm ci + - name: Clean Playwright browser cache + run: rm -rf ~/.cache/ms-playwright + - name: Cache Playwright browsers id: playwright-cache uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5