Skip to content

Commit 1b844d2

Browse files
fix
1 parent b938400 commit 1b844d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Run Stryker Mutation Testing
3939
working-directory: RestClient.Net.CsTest
40-
run: dotnet stryker --project RestClient.Net.CsTest.csproj --break-at 100 --reporter "console" --reporter "html"
40+
run: dotnet stryker --project RestClient.Net.CsTest.csproj --break-at 100
4141

4242
- name: Verify Docker is available
4343
run: |

0 commit comments

Comments
 (0)