We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 439e00c commit a1a6f3aCopy full SHA for a1a6f3a
action.yml
@@ -92,10 +92,14 @@ runs:
92
REPORT_SOURCE_BRANCH_DIFF: ${{ inputs.report-source-branch-diff }}
93
shell: bash
94
95
- - name: Install Stryker.NET
96
- run: |
97
- dotnet tool install --global dotnet-stryker
98
- dotnet tool restore
+ # - name: Install Stryker.NET
+ # run: |
+ # dotnet tool install --global dotnet-stryker
+ # dotnet tool restore
99
+ # shell: bash
100
+
101
+ - name: Install dotnet-stryker
102
+ run: dotnet tool install dotnet-stryker --tool-path ${{ github.workspace }}/tools
103
104
105
- name: Report source branch
0 commit comments