File tree Expand file tree Collapse file tree 2 files changed +12
-11
lines changed
Expand file tree Collapse file tree 2 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 1515
1616jobs :
1717 build :
18- runs-on : ubuntu -latest
18+ runs-on : windows -latest
1919
2020 steps :
21- - run : git config --global core.autocrlf input
21+ - run : git config --global core.autocrlf true
2222 - uses : actions/checkout@v3
2323
2424 - name : Setup .NET
@@ -43,10 +43,10 @@ jobs:
4343 env :
4444 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
4545
46- # - name: Run mutation tests
47- # run: |
48- # dotnet tool restore
49- # dotnet stryker --reporter dashboard
50- # working-directory: ${{ env.working-directory }}
51- # env:
52- # STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
46+ - name : Run mutation tests
47+ run : |
48+ dotnet tool restore
49+ dotnet stryker --reporter dashboard
50+ working-directory : ${{ env.working-directory }}
51+ env :
52+ STRYKER_DASHBOARD_API_KEY : ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
Original file line number Diff line number Diff line change 33 "isRoot" : true ,
44 "tools" : {
55 "dotnet-stryker" : {
6- "version" : " 3.13.2 " ,
6+ "version" : " 4.0.5 " ,
77 "commands" : [
88 " dotnet-stryker"
9- ]
9+ ],
10+ "rollForward" : false
1011 }
1112 }
1213}
You can’t perform that action at this time.
0 commit comments