Skip to content

Commit

Permalink
UITest: action add test output to logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jbe2277 committed Apr 20, 2024
1 parent 07a046a commit 75eb4cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/System.Waf.CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
src/System.Waf/System.Waf/**/*.snupkg
- name: UI Test
run: dotnet test ./src/Samples.UITest/Samples.UITest.sln --filter AboutTest
run: dotnet test ./src/Samples.UITest/Samples.UITest.sln --filter AboutTest --logger "console;verbosity=detailed"

0 comments on commit 75eb4cf

Please sign in to comment.