mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-15 14:23:02 -07:00
ci: add batch 2 tests as a separate job
This commit is contained in:
@@ -41,3 +41,19 @@ jobs:
|
||||
- name: 'Run Batch 1 Tests'
|
||||
run: 'npx vitest run --pool=threads packages/cli/src/test-utils packages/cli/src/utils'
|
||||
shell: 'bash'
|
||||
|
||||
test_batch_2:
|
||||
name: 'Test (Linux) - Batch 2 (Core & Services & ACP)'
|
||||
runs-on: 'gemini-cli-ubuntu-16-core'
|
||||
steps:
|
||||
- name: 'Checkout'
|
||||
uses: 'actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8'
|
||||
|
||||
- name: 'Setup and Build'
|
||||
uses: './.github/actions/setup-gemini'
|
||||
with:
|
||||
mode: 'source'
|
||||
|
||||
- name: 'Run Batch 2 Tests'
|
||||
run: 'npx vitest run --pool=threads packages/cli/src/core packages/cli/src/services packages/cli/src/acp'
|
||||
shell: 'bash'
|
||||
|
||||
Reference in New Issue
Block a user