From fb6577ff135a01e99c5143e117b2678d89f0dcaf Mon Sep 17 00:00:00 2001 From: mkorwel Date: Wed, 22 Apr 2026 18:08:12 +0000 Subject: [PATCH] ci: exclude integration tests from core job --- .github/workflows/ci-bundling-trial.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-bundling-trial.yml b/.github/workflows/ci-bundling-trial.yml index b8e0b7197f..cb9b868b45 100644 --- a/.github/workflows/ci-bundling-trial.yml +++ b/.github/workflows/ci-bundling-trial.yml @@ -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'