File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,14 +65,14 @@ jobs:
6565 env :
6666 SKIP_BUILD : ' 1'
6767 ORCA_E2E_FORWARD_APP_LOGS : ' 1'
68- run : xvfb-run --auto-servernum pnpm exec playwright test tests/e2e/settings-agent-awake.spec.ts --config tests/playwright.config.ts --project=electron-headless
68+ run : xvfb-run --auto-servernum pnpm exec playwright test tests/e2e/settings-agent-awake.spec.ts --config tests/playwright.config.ts --project=electron-headless --workers=1
6969
7070 - name : Run awake Playwright spec on Windows
7171 if : runner.os == 'Windows'
7272 env :
7373 SKIP_BUILD : ' 1'
7474 ORCA_E2E_FORWARD_APP_LOGS : ' 1'
75- run : pnpm exec playwright test tests/e2e/settings-agent-awake.spec.ts --config tests/playwright.config.ts --project=electron-headless
75+ run : pnpm exec playwright test tests/e2e/settings-agent-awake.spec.ts --config tests/playwright.config.ts --project=electron-headless --workers=1
7676
7777 - name : Upload Playwright traces
7878 if : failure()
You can’t perform that action at this time.
0 commit comments