Skip to content

Commit 9281ca6

Browse files
authored
GitHubActions logger; exclude passed/skipped (#3045)
1 parent 934dd02 commit 9281ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: .NET Build
3535
run: dotnet build Build.csproj -c Release /p:CI=true
3636
- name: StackExchange.Redis.Tests
37-
run: dotnet test tests/StackExchange.Redis.Tests/StackExchange.Redis.Tests.csproj -c Release --logger trx --logger GitHubActions --results-directory ./test-results/ /p:CI=true
37+
run: dotnet test tests/StackExchange.Redis.Tests/StackExchange.Redis.Tests.csproj -c Release --logger trx --logger "GitHubActions;summary-include-passed=false;summary-include-skipped=false" --results-directory ./test-results/ /p:CI=true
3838
- uses: dorny/test-reporter@v1
3939
continue-on-error: true
4040
if: success() || failure()

0 commit comments

Comments
 (0)