We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b938400 commit 1b844d2Copy full SHA for 1b844d2
.github/workflows/pr-build.yml
@@ -37,7 +37,7 @@ jobs:
37
38
- name: Run Stryker Mutation Testing
39
working-directory: RestClient.Net.CsTest
40
- run: dotnet stryker --project RestClient.Net.CsTest.csproj --break-at 100 --reporter "console" --reporter "html"
+ run: dotnet stryker --project RestClient.Net.CsTest.csproj --break-at 100
41
42
- name: Verify Docker is available
43
run: |
0 commit comments