Skip to content

Commit 835ddef

Browse files
authored
use test-reporter v3
1 parent 49d6326 commit 835ddef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
run: dotnet build Build.csproj -c Release /p:CI=true
121121
- name: StackExchange.Redis.Tests
122122
run: dotnet test tests/StackExchange.Redis.Tests/StackExchange.Redis.Tests.csproj -c Release --logger trx --logger GitHubActions --results-directory ./test-results/ /p:CI=true
123-
- uses: dorny/test-reporter@v1
123+
- uses: dorny/test-reporter@v3
124124
continue-on-error: true
125125
if: success() || failure()
126126
with:

0 commit comments

Comments
 (0)