You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/dotnet.yml
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -58,12 +58,25 @@ jobs:
58
58
- name: Build
59
59
run: dotnet build --no-restore
60
60
- name: Test
61
+
run: dotnet test --no-build --logger 'trx;LogFileName=test-results.trx'
62
+
env:
63
+
DEFAULT_REGION: eu-west-1
64
+
AWS_ACCESS_KEY_ID: localkey
65
+
AWS_SECRET_ACCESS_KEY: localsecret
66
+
- name: Collect Code Coverage
61
67
run: dotnet test --no-build --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=lcov /p:CoverletOutput=ManagedCode.Storage.Tests/lcov.info
0 commit comments