ci: exclude integration tests from core job

This commit is contained in:
mkorwel
2026-04-22 18:08:12 +00:00
parent 712f6e7486
commit fb6577ff13
+1 -1
View File
@@ -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'