File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3030 - name : Test (4.8)
3131 run : dotnet test --no-restore --verbosity normal -f net48 --logger "trx;LogFileName=results4.trx"
3232 - name : Generate unit test report (4.8)
33- uses : phoenix-actions/test-reporting@v8
33+ uses : phoenix-actions/test-reporting@v12
3434 id : unit-test-report-win48
3535 if : success() || failure()
3636 with :
4242 - name : Test (3.1)
4343 run : dotnet test --no-restore --verbosity normal -f netcoreapp3.1 /p:CollectCoverage=true /p:CoverletOutput=TestResults/ /p:CoverletOutputFormat=lcov --logger "trx;LogFileName=results3.trx"
4444 - name : Generate unit test report (3.1)
45- uses : phoenix-actions/test-reporting@v8
45+ uses : phoenix-actions/test-reporting@v12
4646 id : unit-test-report-win3
4747 if : success() || failure()
4848 with :
6161 - name : Test (6.0)
6262 run : dotnet test --no-restore --verbosity normal -f net6.0 /p:CollectCoverage=true /p:CoverletOutput=TestResults/ /p:CoverletOutputFormat=lcov --logger "trx;LogFileName=results6.trx"
6363 - name : Generate unit test report (6.0)
64- uses : phoenix-actions/test-reporting@v8
64+ uses : phoenix-actions/test-reporting@v12
6565 id : unit-test-report-win6
6666 if : success() || failure()
6767 with :
@@ -110,7 +110,7 @@ jobs:
110110 flag-name : mac
111111 parallel : true
112112 - name : Generate unit test report
113- uses : phoenix-actions/test-reporting@v8
113+ uses : phoenix-actions/test-reporting@v12
114114 id : unit-test-report-mac
115115 if : success() || failure()
116116 with :
You can’t perform that action at this time.
0 commit comments