Skip to content

ci: fix integration-test selection in main workflow#34

Open
danbot315 wants to merge 7 commits into
mainfrom
fix/namespace-imports-integration-tests
Open

ci: fix integration-test selection in main workflow#34
danbot315 wants to merge 7 commits into
mainfrom
fix/namespace-imports-integration-tests

Conversation

@danbot315
Copy link
Copy Markdown
Contributor

Fixes main workflow failure where integration step exits with No test files found.

Root cause

bun run test -- tests/integration/**/*.test.ts is interpreted as a Vitest filter pattern in CI that does not match as expected.

Changes

  • Update .github/workflows/shared-ci.yml integration step to:
    • bunx vitest run tests/integration

Validation

  • bun run build
  • bun run test
  • bunx vitest run tests/integration

This keeps the integration stage explicit and stable across local + CI shells.

@danbot315 danbot315 requested a review from azweb76 March 1, 2026 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant