Skip to content

Commit

Permalink
Update stryker-mutation-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
egreiner authored Sep 27, 2024
1 parent e732909 commit de903d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stryker-mutation-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: dotnet tool install -g dotnet-stryker

- name: Run Stryker Mutation Tests
run: dotnet stryker --project tests/UnitTests.Sequencer/ --break-at 80
run: dotnet stryker --solution IegTools.Sequencer.sln --project tests/UnitTests.Sequencer/ --break-at 80

- name: Upload Stryker HTML Report
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit de903d6

Please sign in to comment.