Skip to content

Commit

Permalink
print debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrzajac committed Sep 30, 2023
1 parent 4d15042 commit c823ca2
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:
- name: 👾 test mutations
working-directory: ./src
run: |
dotnet tool run dotnet-stryker -f stryker-config.yaml -r dashboard -v ${{ github.ref_name }} --dashboard-api-key ${{ secrets.STRYKER_API_KEY }}
dotnet tool run dotnet-stryker -f stryker-config.yaml -r dashboard -v ${{ github.ref_name }} --dashboard-api-key ${{ secrets.STRYKER_API_KEY }} -V debug
env:
CI: true
StrongNameKey: ${{ secrets.SIGNING_KEY }}
Expand Down

0 comments on commit c823ca2

Please sign in to comment.