diff --git a/.github/workflows/playwright2.yml b/.github/workflows/playwright2.yml index a49e9c78..5040710c 100644 --- a/.github/workflows/playwright2.yml +++ b/.github/workflows/playwright2.yml @@ -13,7 +13,7 @@ jobs: with: node-version: 18 - name: Install dependencies - run: npm ci + run: npm install - name: Install Playwright Browsers run: npx playwright install --with-deps - name: Run Playwright tests