Skip to content

Commit b8abbd7

Browse files
fix
1 parent 1b844d2 commit b8abbd7

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
40+
run: dotnet stryker --project ../RestClient.Net/RestClient.Net.csproj --break-at 100
4141

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

0 commit comments

Comments
 (0)