Skip to content

Commit

Permalink
Point to appropriate solution
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrzajac committed Sep 28, 2023
1 parent a284650 commit 9f43b42
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 tool run dotnet-stryker -s ./src/${{ env.Namespace }}.AutoMock.sln -r 'ClearText'
dotnet tool run dotnet-stryker -s ${{ github.workspace }}/src/${{ env.Namespace }}.AutoMock.sln -r 'ClearText'
env:
CI: true
StrongNameKey: ${{ secrets.SIGNING_KEY }}
Expand Down

0 comments on commit 9f43b42

Please sign in to comment.