Skip to content

ci: use setup-dotnet for test workflow#1

Merged
lamg merged 1 commit intomasterfrom
codex/fix-test-errors-in-github-actions
Mar 7, 2026
Merged

ci: use setup-dotnet for test workflow#1
lamg merged 1 commit intomasterfrom
codex/fix-test-errors-in-github-actions

Conversation

@lamg
Copy link
Copy Markdown
Owner

@lamg lamg commented Mar 7, 2026

Motivation

  • The test job used a job-level .NET SDK container which can fail due to image pull/tag or environment differences, so installing the SDK explicitly on the hosted runner ensures dotnet is available when dotnet test runs.

Description

  • Removed the container: image: mcr.microsoft.com/dotnet/sdk:10.0 lines and added actions/setup-dotnet@v4 with dotnet-version: 10.0.x before running dotnet test in ./src.

Testing

  • Attempted to run cd src && dotnet test in this environment but the dotnet CLI is not installed so the test run could not be executed here.

Codex Task

@lamg lamg merged commit 1416998 into master Mar 7, 2026
2 checks passed
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.

1 participant