Skip to content

Commit 1e3a3fc

Browse files
committed
build
1 parent 49d95c3 commit 1e3a3fc

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/dotnet.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,14 @@ 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 --logger 'trx;LogFileName=test-results.trx'
61+
run: dotnet test --no-build --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=lcov /p:CoverletOutput=ManagedCode.Storage.Tests/lcov.info
62+
env:
63+
DEFAULT_REGION: eu-west-1
64+
AWS_ACCESS_KEY_ID: localkey
65+
AWS_SECRET_ACCESS_KEY: localsecret
66+
67+
- name: Test 2
68+
run: dotnet test --no-build --logger 'trx;LogFileName=test-results.trx'
6269
env:
6370
DEFAULT_REGION: eu-west-1
6471
AWS_ACCESS_KEY_ID: localkey
@@ -69,6 +76,7 @@ jobs:
6976
with:
7077
name: Test Reporter
7178
reporter: dotnet-trx
79+
path: /home/runner/work/Storage/Storage/ManagedCode.Storage.Tests/TestResults/net6.0/test-results.trx
7280

7381
- name : coverlet
7482
uses: b3b00/coverlet-action@1.1.9

0 commit comments

Comments
 (0)