diff --git a/.github/workflows/test-mutations.yml b/.github/workflows/test-mutations.yml index 1cd8b069..c170d1bd 100644 --- a/.github/workflows/test-mutations.yml +++ b/.github/workflows/test-mutations.yml @@ -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 }} -V debug + dotnet tool run dotnet-stryker -f stryker-config.yaml -r dashboard -v ${{ github.ref_name }} --dashboard-api-key ${{ secrets.STRYKER_API_KEY }} env: CI: true StrongNameKey: ${{ secrets.SIGNING_KEY }}