Skip to content

Commit fb64557

Browse files
Stabilize awake e2e workflow
Co-authored-by: Orca <help@stably.ai>
1 parent a33a91b commit fb64557

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/awake-e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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()

0 commit comments

Comments
 (0)