Skip to content

fix(ci): run only E2E tests in workflow, restore console output#51

Merged
best merged 1 commit into
masterfrom
fix/e2e-workflow-filter
Feb 23, 2026
Merged

fix(ci): run only E2E tests in workflow, restore console output#51
best merged 1 commit into
masterfrom
fix/e2e-workflow-filter

Conversation

@best
Copy link
Copy Markdown
Contributor

@best best commented Feb 23, 2026

Summary

  • Filter E2E workflow to only run E2E tests via --testPathPattern e2e (previously ran all 1028 tests including unit/integration)
  • Add --reporter=default alongside --reporter=json to restore console output in CI logs

Test plan

  • Trigger E2E workflow via workflow_dispatch and verify only E2E tests run
  • Confirm CI logs show test results in console output
  • Confirm e2e-results.json artifact is still uploaded

Closes #50

Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 AI Code Review

Automated review for PR #51informational only, does not block merge.

Checklist

Item Notes
Type Safety No issues detected
Error Handling No issues detected
Test Coverage No issues detected
API Consistency No public API changes
Breaking Changes No breaking changes detected

Stats

  • 📁 Files changed: 1 (0 TypeScript)
  • ➕ Lines added: 1
  • 🧪 Test files updated: 0

All checks passed — looks good! 🎉

Powered by openlinkos/agent · AI PR Review workflow

@best best merged commit bda9b5b into master Feb 23, 2026
5 checks passed
@best best deleted the fix/e2e-workflow-filter branch February 23, 2026 07:59
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.

[Bug] E2E workflow runs all tests instead of E2E only, no console output

1 participant