Skip to content

Commit 2b89b58

Browse files
committed
Pass the configuration explicitly to dotnet-stryker
Because Styker picks Debug by default: https://github.com/stryker-mutator/stryker-net/blob/dotnet-stryker%404.9.1/src/Stryker.Solutions/SolutionFile.cs#L51
1 parent 24bba9c commit 2b89b58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
if: matrix.os == 'ubuntu-latest' && env.STRYKER_DASHBOARD_API_KEY != ''
102102
run: |
103103
dotnet tool restore
104-
dotnet tool run dotnet-stryker --reporter dashboard --open-report:dashboard --version ${GITHUB_REF_NAME} --dashboard-api-key ${{ env.STRYKER_DASHBOARD_API_KEY }}
104+
dotnet tool run dotnet-stryker --reporter dashboard --open-report:dashboard --version ${GITHUB_REF_NAME} --dashboard-api-key ${{ env.STRYKER_DASHBOARD_API_KEY }} --configuration ${{ env.Configuration }}
105105
- name: 📝 Retrieve release notes from tag
106106
if: matrix.os == 'ubuntu-latest' && startsWith(github.ref, 'refs/tags/')
107107
run: |

0 commit comments

Comments
 (0)