Skip to content

ci: run integration tests on all three OSes#81

Merged
github-actions[bot] merged 2 commits into
mainfrom
cross-platform-integration-tests
Jun 5, 2026
Merged

ci: run integration tests on all three OSes#81
github-actions[bot] merged 2 commits into
mainfrom
cross-platform-integration-tests

Conversation

@SebTardif

Copy link
Copy Markdown
Contributor

Expand the integration-test job from macOS-only to a matrix of Ubuntu, macOS, and Windows.

Changes:

  • Add strategy.matrix.os with all three GitHub-hosted runners
  • Wrap VS Code test commands with xvfb-run on Linux for headless display
  • Restrict harden-runner to Linux only (it only supports Ubuntu VMs and prints a confusing warning on macOS/Windows)
  • Keep hide-test-vscode.sh (it already no-ops on non-Darwin)

Why: VS Code extensions interact with OS-level features (binary discovery, PATH, file system). Integration tests should cover all platforms, just like the unit tests already do.

All runners are free for this public repo. No billing impact.

Note: After CI runs and the new matrix check names exist, the branch protection ruleset needs to be updated to require integration-test (ubuntu-latest), integration-test (macos-latest), and integration-test (windows-latest) instead of the old single integration-test.

Closes #79

Expand integration-test to a matrix of ubuntu-latest, macos-latest,
and windows-latest. Use xvfb-run on Linux for headless display.
Restrict harden-runner to Linux only (it only supports Ubuntu VMs).

Closes #79

Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
@github-actions github-actions Bot enabled auto-merge (squash) June 5, 2026 20:16
@github-actions github-actions Bot merged commit 23f3634 into main Jun 5, 2026
19 checks passed
@SebTardif SebTardif deleted the cross-platform-integration-tests branch June 24, 2026 22:26
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.

ci: run integration tests on all three OSes (ubuntu, macos, windows)

1 participant