Skip to content

Commit

Permalink
Update windows_e2e.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dasatomic committed Jun 16, 2021
1 parent fc42aff commit b8d00ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=\"lcov,json\" /p:CoverletOutput=../../CoverageResults/ /p:MergeWith='../../CoverageResults/coverage.json' -m:1
run: dotnet test --no-build -m:1

0 comments on commit b8d00ad

Please sign in to comment.