diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index a71b9ef15f..3e2fb2a971 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