mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-15 06:12:50 -07:00
ci: exclude integration tests from core job
This commit is contained in:
@@ -414,5 +414,5 @@ jobs:
|
||||
skip-npm-ci: 'true'
|
||||
|
||||
- name: 'Run All Core Tests'
|
||||
run: 'npx vitest run --pool=threads packages/core/src'
|
||||
run: 'npx vitest run --pool=threads packages/core/src --exclude "**/*.integration.test.ts"'
|
||||
shell: 'bash'
|
||||
|
||||
Reference in New Issue
Block a user