We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3fd632 commit 6846cd1Copy full SHA for 6846cd1
.github/workflows/continuous-integration.yml
@@ -84,7 +84,7 @@ jobs:
84
if: matrix.os == 'ubuntu-latest' && env.STRYKER_DASHBOARD_API_KEY != ''
85
run: |
86
dotnet tool restore
87
- dotnet tool run dotnet-stryker --reporter dashboard --version ${GITHUB_REF_NAME} --dashboard-api-key ${{ env.STRYKER_DASHBOARD_API_KEY }}
+ dotnet tool run dotnet-stryker --reporter dashboard --open-report:dashboard --version ${GITHUB_REF_NAME} --dashboard-api-key ${{ env.STRYKER_DASHBOARD_API_KEY }}
88
- name: 📝 Retrieve release notes from tag
89
if: matrix.os == 'ubuntu-latest' && startsWith(github.ref, 'refs/tags/')
90
0 commit comments