Skip to content

Commit

Permalink
update GithubActions test logger
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz committed Jan 8, 2024
1 parent 198df72 commit fac22ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/scripts/Targets.fs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ let private test _ =
let junitOutput = Path.Combine(testOutputPath.FullName, "junit-{assembly}-{framework}-test-results.xml")
let loggerPathArgs = $"LogFilePath=%s{junitOutput}"
let loggerArg = $"--logger:\"junit;%s{loggerPathArgs}\""
let githubActionsLogger = $"--logger:\"GitHubActions:summary.includePassedTests\""
let githubActionsLogger = $"--logger:\"GitHubActions;summary.includePassedTests=true\""
let tfmArgs = if OS.Current = OS.Windows then [] else ["-f"; "net8.0"]
exec {
run "dotnet" (
Expand Down

0 comments on commit fac22ab

Please sign in to comment.