diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 3bd2300df..53e2ddd0d 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -28,8 +28,8 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 20 - cache: yarn - cache-dependency-path: "**/yarn.lock" + # cache: yarn + # cache-dependency-path: "**/yarn.lock" - name: Install dependencies run: yarn - name: Install Playwright Browsers