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