mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-15 22:33:05 -07:00
ci: remove devtools and test-utils jobs as they have no tests
This commit is contained in:
@@ -294,24 +294,7 @@ jobs:
|
||||
run: 'npx vitest run --project @google/gemini-cli-a2a-server'
|
||||
shell: 'bash'
|
||||
|
||||
test_devtools:
|
||||
name: 'devtools'
|
||||
runs-on: 'gemini-cli-ubuntu-16-core'
|
||||
steps:
|
||||
- name: 'Checkout'
|
||||
uses: 'actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8'
|
||||
- name: 'Set up Node.js'
|
||||
uses: 'actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020'
|
||||
with:
|
||||
node-version-file: '.nvmrc'
|
||||
cache: 'npm'
|
||||
- name: 'Install dependencies'
|
||||
run: 'npm ci'
|
||||
- name: 'Build project'
|
||||
run: 'npm run build'
|
||||
- name: 'Run All DevTools Tests'
|
||||
run: 'npx vitest run --project @google/gemini-cli-devtools'
|
||||
shell: 'bash'
|
||||
|
||||
|
||||
test_sdk:
|
||||
name: 'sdk'
|
||||
@@ -332,24 +315,7 @@ jobs:
|
||||
run: 'npx vitest run --project @google/gemini-cli-sdk'
|
||||
shell: 'bash'
|
||||
|
||||
test_test_utils:
|
||||
name: 'test-utils'
|
||||
runs-on: 'gemini-cli-ubuntu-16-core'
|
||||
steps:
|
||||
- name: 'Checkout'
|
||||
uses: 'actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8'
|
||||
- name: 'Set up Node.js'
|
||||
uses: 'actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020'
|
||||
with:
|
||||
node-version-file: '.nvmrc'
|
||||
cache: 'npm'
|
||||
- name: 'Install dependencies'
|
||||
run: 'npm ci'
|
||||
- name: 'Build project'
|
||||
run: 'npm run build'
|
||||
- name: 'Run All Test Utils Tests'
|
||||
run: 'npx vitest run --project @google/gemini-cli-test-utils'
|
||||
shell: 'bash'
|
||||
|
||||
|
||||
test_e2e:
|
||||
name: 'e2e:linux'
|
||||
|
||||
Reference in New Issue
Block a user