Skip to content

Run tests also on Linux in GitHub Actions - #233

Merged
304NotModified merged 2 commits into
masterfrom
copilot/run-tests-on-github-actions-linux
Mar 7, 2026
Merged

Run tests also on Linux in GitHub Actions#233
304NotModified merged 2 commits into
masterfrom
copilot/run-tests-on-github-actions-linux

Conversation

Copilot AI commented Mar 7, 2026

Copy link
Copy Markdown
Contributor

CI was Windows-only, providing no signal on Linux compatibility.

Changes

  • Matrix strategy added to the build job: runs on both windows-latest and ubuntu-latest
  • Pack / Upload / NuGet publish steps gated to windows-latest to prevent duplicate publishes
strategy:
  matrix:
    os: [windows-latest, ubuntu-latest]
runs-on: ${{ matrix.os }}

🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

Co-authored-by: 304NotModified <5808377+304NotModified@users.noreply.github.com>
@pull-request-size pull-request-size Bot added size/S and removed size/XS labels Mar 7, 2026
Copilot AI changed the title [WIP] Run tests on GitHub Actions for Linux Run tests on Linux in GitHub Actions Mar 7, 2026
@304NotModified
304NotModified marked this pull request as ready for review March 7, 2026 21:06
@304NotModified 304NotModified changed the title Run tests on Linux in GitHub Actions Run tests also on Linux in GitHub Actions Mar 7, 2026
@sonarqubecloud

sonarqubecloud Bot commented Mar 7, 2026

Copy link
Copy Markdown

@304NotModified
304NotModified merged commit dcf63ca into master Mar 7, 2026
6 checks passed
@304NotModified
304NotModified deleted the copilot/run-tests-on-github-actions-linux branch March 7, 2026 21:12
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