Skip to content

[TINY] Tweak Cosmos CI testing for easier access to test logs#37654

Merged
roji merged 1 commit into
dotnet:mainfrom
roji:CosmosCi
Feb 9, 2026
Merged

[TINY] Tweak Cosmos CI testing for easier access to test logs#37654
roji merged 1 commit into
dotnet:mainfrom
roji:CosmosCi

Conversation

@roji
Copy link
Copy Markdown
Member

@roji roji commented Feb 9, 2026

Just run dotnet test instead of test.cmd, which hides test outputs and stores them in a file only (which then needs to be downloaded etc.)

@roji roji marked this pull request as ready for review February 9, 2026 11:16
@roji roji requested a review from a team as a code owner February 9, 2026 11:16
Copilot AI review requested due to automatic review settings February 9, 2026 11:16
@roji roji changed the title Tweak Cosmos CI testing for easier access to test logs [TINY] Tweak Cosmos CI testing for easier access to test logs Feb 9, 2026
@roji roji enabled auto-merge (squash) February 9, 2026 11:17
Copy link
Copy Markdown

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 PR updates the GitHub Actions Cosmos CI workflow to run Cosmos functional tests via dotnet test directly, with the apparent intent of making test output/logs easier to access from the CI run.

Changes:

  • Remove the separate build.cmd build step for Cosmos functional tests.
  • Replace test.cmd /p:Projects=... with a direct dotnet test invocation for the Cosmos functional test project.

Comment thread .github/workflows/TestCosmos.yaml
@roji roji merged commit bd25616 into dotnet:main Feb 9, 2026
16 checks passed
@roji roji deleted the CosmosCi branch February 9, 2026 20:38
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.

3 participants