Skip to content

Commit dd5656d

Browse files
committed
reports-tests
1 parent d801f85 commit dd5656d

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,20 +58,13 @@ jobs:
5858
- name: Build
5959
run: dotnet build --no-restore
6060
- name: Test
61-
run: dotnet test --no-build --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=lcov /p:CoverletOutput=ManagedCode.Storage.Tests/lcov.info
61+
run: dotnet test --no-build --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=lcov /p:CoverletOutput=ManagedCode.Storage.Tests/lcov.info --logger 'trx;LogFileName=test-results.trx'
6262
env:
6363
DEFAULT_REGION: eu-west-1
6464
AWS_ACCESS_KEY_ID: localkey
6565
AWS_SECRET_ACCESS_KEY: localsecret
6666

67-
- name: Test 2
68-
run: dotnet test --no-build --logger 'trx;LogFileName=test-results.trx'
69-
env:
70-
DEFAULT_REGION: eu-west-1
71-
AWS_ACCESS_KEY_ID: localkey
72-
AWS_SECRET_ACCESS_KEY: localsecret
73-
74-
- name: Test Reporter
67+
- name: test-reports
7568
uses: dorny/test-reporter@v1.5.0
7669
with:
7770
name: Test Reporter

0 commit comments

Comments
 (0)