Skip to content

Commit 521ddb4

Browse files
committed
CI fail; try updating test-reporter
1 parent d640c58 commit 521ddb4

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)