We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae64617 commit e4231aaCopy full SHA for e4231aa
.github/workflows/gate.yml
@@ -40,7 +40,7 @@ jobs:
40
id: unit-test-report
41
if: success() || failure()
42
with:
43
- name: test report
+ name: test results
44
path: src/BitFaster.Caching.DependencyInjection.UnitTests/TestResults/results.trx
45
reporter: dotnet-trx
46
only-summary: 'true'
0 commit comments