We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e3a3fc commit 48df619Copy full SHA for 48df619
1 file changed
.github/workflows/dotnet.yml
@@ -65,7 +65,7 @@ jobs:
65
AWS_SECRET_ACCESS_KEY: localsecret
66
67
- name: Test 2
68
- run: dotnet test --no-build --logger 'trx;LogFileName=test-results.trx'
+ run: dotnet test --no-build --logger 'trx;LogFileName=ManagedCode.Storage.Tests/test-results.trx'
69
env:
70
DEFAULT_REGION: eu-west-1
71
AWS_ACCESS_KEY_ID: localkey
@@ -76,7 +76,7 @@ jobs:
76
with:
77
name: Test Reporter
78
reporter: dotnet-trx
79
- path: /home/runner/work/Storage/Storage/ManagedCode.Storage.Tests/TestResults/net6.0/test-results.trx
+ path: ManagedCode.Storage.Tests/test-results.trx
80
81
- name : coverlet
82
uses: b3b00/coverlet-action@1.1.9
0 commit comments