Skip to content

Fix CI to run tests headlessly#6

Open
KevinOBytes wants to merge 2 commits intomainfrom
codex/troubleshoot-.github-workflows
Open

Fix CI to run tests headlessly#6
KevinOBytes wants to merge 2 commits intomainfrom
codex/troubleshoot-.github-workflows

Conversation

@KevinOBytes
Copy link
Owner

Summary

  • run tests inside xvfb-run so @vscode/test-electron doesn't crash

Testing

  • xvfb-run -a npm test

Codex Task

Copilot AI review requested due to automatic review settings January 18, 2026 04:00
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This pull request fixes CI test execution by wrapping the test command with xvfb-run to provide a virtual display for @vscode/test-electron, preventing crashes in the headless CI environment.

Changes:

  • Modified the CI workflow to run tests with xvfb-run -a for headless execution

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants