diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index a94b641..5874562 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -14,11 +14,12 @@ jobs: with: node-version: lts/* - name: Install dependencies - run: npm install -g yarn && yarn - - name: Install Playwright Browsers - run: yarn playwright install --with-deps - - name: Run Playwright tests - run: yarn playwright test + run: | + corepack enable + npm install -g yarn && yarn + yarn install + yarn playwright install --with-deps + yarn playwright test - uses: actions/upload-artifact@v4 if: ${{ !cancelled() }} with: