Skip to content

Commit

Permalink
test(gh action): added headless flag to test in gh
Browse files Browse the repository at this point in the history
  • Loading branch information
mJarsater committed Oct 24, 2023
1 parent 78c2bae commit 1734a7c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 1734a7c

Please sign in to comment.