diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index a60ead7..1da5f28 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -69,19 +69,15 @@ jobs: node-version: lts/* - name: Install dependencies - if: false run: npm ci - name: Install Playwright Browsers - if: false run: npx playwright install --with-deps - name: Run Playwright tests - if: false run: npx playwright test - uses: actions/upload-artifact@v4 - if: false # if: ${{ !cancelled() }} with: name: playwright-report