From bc6c55ee202fae0ecdbb2a7cbdec43a24111d9aa Mon Sep 17 00:00:00 2001 From: KDSBrowne Date: Mon, 19 Aug 2024 17:55:13 +0000 Subject: [PATCH] test update --- .github/workflows/playwright.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index a419d6420a48..9568c3a20486 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -46,10 +46,6 @@ jobs: - name: Verify Playwright Browsers Installation run: npx playwright install - - name: Debug Playwright Tests - run: yarn e2e --debug - working-directory: apps/examples - - name: Run Playwright tests - run: yarn e2e + run: yarn e2e --headless working-directory: apps/examples