Skip to content

Commit b4988f4

Browse files
authored
fix: use explicit Stryker version 4.3.0 (#665)
* Update ci.yml * Update build.yml
1 parent 0837b0b commit b4988f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ jobs:
231231
- name: Install .NET Stryker
232232
shell: bash
233233
run: |
234-
dotnet tool install dotnet-stryker --tool-path ../tools
234+
dotnet tool install dotnet-stryker --tool-path ../tools --version 4.3.0
235235
- name: Analyze Testably.Abstractions.Testing
236236
env:
237237
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
- name: Install .NET Stryker
197197
shell: bash
198198
run: |
199-
dotnet tool install dotnet-stryker --tool-path ../tools
199+
dotnet tool install dotnet-stryker --tool-path ../tools --version 4.3.0
200200
- name: Prepare Reports directory
201201
shell: bash
202202
run: |

0 commit comments

Comments
 (0)