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'