From 1734a7cdd843138dedb8ba0bd1831adddbb381d1 Mon Sep 17 00:00:00 2001 From: mJarsater Date: Tue, 24 Oct 2023 15:54:05 +0200 Subject: [PATCH] test(gh action): added headless flag to test in gh --- .github/workflows/playwright.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index ecb42e02d..6e046036b 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -4,7 +4,6 @@ on: branches: [ main, develop, test/playwright-setup ] jobs: test: - timeout-minutes: 60 runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 @@ -23,7 +22,7 @@ jobs: - name: Run Playwright tests - run: npx playwright test + run: npx playwright test --headless working-directory: packages/core - uses: actions/upload-artifact@v3