ci: dotnet test失敗時の調査資料を保存し既存テストを修復する - #21
Merged
Conversation
ssaattww
marked this pull request as ready for review
July 18, 2026 13:36
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
dotnet testをGitHub Actionsで常時実行し、失敗時に原因調査に必要な資料をartifactへ保存します。CI導入で検出された既存テスト4件の不整合も修正し、全体テストが成功する状態へ戻しました。CI変更
mainへのpush、手動実行でTracker/Tracker.Tests/Tracker.Tests.csprojを実行dotnet testの標準出力と標準エラーを別ファイルで保存source.tar.gzへ保存既存テスト修復
Tracker.DebugHost/appsettings.jsonのtracker receiver既定値をdefault-off契約へ戻したTracker.DebugHostassemblyを検査するよう修正したArtifact内容
dotnet-test.trxdotnet-test.stdout.logdotnet-test.stderr.logdotnet-test.binlogvstest-diagnostics.logdotnet-test.exit-codeenvironment.txtsource.tar.gz検証
Run dotnet testは成功対象外