Skip to content

Commit

Permalink
change back to 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 e6237c0 commit c629b10
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 @@ -63,7 +63,7 @@ jobs:
if: steps.playwright-cache.outputs.cache-hit != 'true'

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

Expand Down

0 comments on commit c629b10

Please sign in to comment.