Skip to content

Commit a1a6f3a

Browse files
committed
#8 Try to use local stryker installation path
1 parent 439e00c commit a1a6f3a

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

action.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,14 @@ runs:
9292
REPORT_SOURCE_BRANCH_DIFF: ${{ inputs.report-source-branch-diff }}
9393
shell: bash
9494

95-
- name: Install Stryker.NET
96-
run: |
97-
dotnet tool install --global dotnet-stryker
98-
dotnet tool restore
95+
# - name: Install Stryker.NET
96+
# run: |
97+
# dotnet tool install --global dotnet-stryker
98+
# dotnet tool restore
99+
# shell: bash
100+
101+
- name: Install dotnet-stryker
102+
run: dotnet tool install dotnet-stryker --tool-path ${{ github.workspace }}/tools
99103
shell: bash
100104

101105
- name: Report source branch

0 commit comments

Comments
 (0)