Skip to content

Commit

Permalink
change playwright github action to only one worker
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregor Vostrak authored and Gregor Vostrak committed Jan 23, 2024
1 parent 49d3b36 commit 148b15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: npx playwright install --with-deps

- name: Run Playwright tests
run: npx playwright test --workers 4
run: npx playwright test
env:
PLAYWRIGHT_BASE_URL: '127.0.0.1:8000'

Expand Down

0 comments on commit 148b15b

Please sign in to comment.