Skip to content

Commit 849105b

Browse files
committed
Print the Stryker dashboard publish URL
1 parent 43021eb commit 849105b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
if: matrix.os == 'ubuntu-latest' && env.STRYKER_DASHBOARD_API_KEY != ''
8585
run: |
8686
dotnet tool restore
87-
dotnet tool run dotnet-stryker --reporter dashboard --version ${GITHUB_REF_NAME} --dashboard-api-key ${{ env.STRYKER_DASHBOARD_API_KEY }}
87+
dotnet tool run dotnet-stryker --reporter dashboard --open-report:dashboard --version ${GITHUB_REF_NAME} --dashboard-api-key ${{ env.STRYKER_DASHBOARD_API_KEY }}
8888
- name: 📝 Retrieve release notes from tag
8989
if: matrix.os == 'ubuntu-latest' && startsWith(github.ref, 'refs/tags/')
9090
run: |

0 commit comments

Comments
 (0)