Skip to content

Commit 17618b7

Browse files
committed
Update dotnet-stryker to version 3.4.0
1 parent 14ee106 commit 17618b7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
]
1010
},
1111
"dotnet-stryker": {
12-
"version": "3.1.0",
12+
"version": "3.4.0",
1313
"commands": [
1414
"dotnet-stryker"
1515
]

.github/workflows/continuous-integration.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ jobs:
9090
- name: Run mutation tests and upload report to Stryker dashboard
9191
if: matrix.os == 'ubuntu-latest' && env.STRYKER_DASHBOARD_API_KEY != ''
9292
run: |
93-
cd tests
9493
dotnet tool restore
9594
dotnet tool run dotnet-stryker --reporter dashboard --version ${GITHUB_REF##*/} --dashboard-api-key ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
9695
- name: Retrieve tag message

0 commit comments

Comments
 (0)