Skip to content

Commit

Permalink
Trigger dotnet-stryker properly
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrzajac committed Sep 28, 2023
1 parent d541ff4 commit a284650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-mutations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
dotnet tool install --local dotnet-stryker
- name: 👾 test mutations
run: |
dotnet-stryker -s ./src/${{ env.Namespace }}.AutoMock.sln -r 'ClearText'
dotnet tool run dotnet-stryker -s ./src/${{ env.Namespace }}.AutoMock.sln -r 'ClearText'
env:
CI: true
StrongNameKey: ${{ secrets.SIGNING_KEY }}
Expand Down

0 comments on commit a284650

Please sign in to comment.