diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 24100437ca..9b2a010743 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -11,8 +11,8 @@ jobs: - uses: actions/setup-node@v4 with: node-version: lts/* - - name: Install dependencies - run: npm ci + - name: Install Playwright + run: npm install -g @playwright/test - name: Install Playwright Browsers run: npx playwright install --with-deps - name: Run Playwright tests