diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index a8411e7f89..135936343d 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -48,7 +48,6 @@ jobs: run: npx playwright install --with-deps - - name: Run Playwright tests run: npx playwright test - uses: actions/upload-artifact@v3