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 b8abbd7 commit c51d059Copy full SHA for c51d059
.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/RestClient.Net.csproj --break-at 100
+ run: dotnet stryker --break-at 100
41
42
- name: Verify Docker is available
43
run: |
0 commit comments