mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-24 10:42:37 -07:00
ci: add job for suspect tests
This commit is contained in:
@@ -24,6 +24,22 @@ jobs:
|
||||
run: 'npx vitest run packages/cli'
|
||||
shell: 'bash'
|
||||
|
||||
test_suspect:
|
||||
name: 'Test (Linux) - Suspect Tests'
|
||||
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 Suspect Tests'
|
||||
run: 'npx vitest run packages/cli/src/ui/App.test.tsx packages/cli/src/test-utils/render.test.tsx packages/cli/src/test-utils/AppRig.test.tsx'
|
||||
shell: 'bash'
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user