Skip to content

Commit

Permalink
chore: split copilot e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
darkskygit committed Aug 5, 2024
1 parent 6c1d93b commit b46a6d8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,15 @@ jobs:
yarn workspace @affine/electron build:dev
xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- yarn workspace @affine-test/affine-desktop-cloud e2e
- name: 'Server Copilot E2E Test'
script: yarn workspace @affine-test/affine-cloud e2e --forbid-only
script: yarn workspace @affine-test/affine-cloud e2e --forbid-only --shard=1/3
openaiKey: COPILOT_OPENAI_API_KEY
falKey: COPILOT_FAL_API_KEY
- name: 'Server Copilot E2E Test'
script: yarn workspace @affine-test/affine-cloud e2e --forbid-only --shard=2/3
openaiKey: COPILOT_OPENAI_API_KEY
falKey: COPILOT_FAL_API_KEY
- name: 'Server Copilot E2E Test'
script: yarn workspace @affine-test/affine-cloud e2e --forbid-only --shard=3/3
openaiKey: COPILOT_OPENAI_API_KEY
falKey: COPILOT_FAL_API_KEY
needs:
Expand Down

0 comments on commit b46a6d8

Please sign in to comment.