Skip to content

[Repo Assist] eng: add Linux release test job to main.yaml CI#402

Open
dsyme wants to merge 1 commit intomainfrom
repo-assist/eng-linux-main-ci-20260421-6a6dfefdd0c15eb3
Open

[Repo Assist] eng: add Linux release test job to main.yaml CI#402
dsyme wants to merge 1 commit intomainfrom
repo-assist/eng-linux-main-ci-20260421-6a6dfefdd0c15eb3

Conversation

@dsyme
Copy link
Copy Markdown
Contributor

@dsyme dsyme commented Apr 21, 2026

The PR check workflow (test.yaml) already runs tests on Linux, but the
main-branch workflow (main.yaml) only tested on Windows. This gap means
Linux-specific failures on merged code would not be caught immediately.

Add a test-release-linux job mirroring the one in test.yaml:

  • runs on ubuntu-latest
  • calls dotnet test directly (build.cmd is Windows-only)
  • uses dorny/test-reporter@v2 for inline result reporting

Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com

The PR check workflow (test.yaml) already runs tests on Linux, but the
main-branch workflow (main.yaml) only tested on Windows. This gap means
Linux-specific failures on merged code would not be caught immediately.

Add a test-release-linux job mirroring the one in test.yaml:
- runs on ubuntu-latest
- calls dotnet test directly (build.cmd is Windows-only)
- uses dorny/test-reporter@v2 for inline result reporting

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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