diff --git a/.github/workflows/test-e2e.yml b/.github/workflows/test-e2e.yml index 46b4005ec..659aad63b 100644 --- a/.github/workflows/test-e2e.yml +++ b/.github/workflows/test-e2e.yml @@ -88,7 +88,6 @@ jobs: path: | ~/.cache/ms-playwright key: ${{ runner.os }}-playwright-${{ hashFiles('**/package-lock.json') }} - - run: npm ci - run: npx playwright install --with-deps if: steps.playwright-cache.outputs.cache-hit != 'true'