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 30
30
- name : Test (4.8)
31
31
run : dotnet test --no-restore --verbosity normal -f net48 --logger "trx;LogFileName=results4.trx"
32
32
- name : Generate unit test report (4.8)
33
- uses : phoenix-actions/test-reporting@v8
33
+ uses : phoenix-actions/test-reporting@v12
34
34
id : unit-test-report-win48
35
35
if : success() || failure()
36
36
with :
42
42
- name : Test (3.1)
43
43
run : dotnet test --no-restore --verbosity normal -f netcoreapp3.1 /p:CollectCoverage=true /p:CoverletOutput=TestResults/ /p:CoverletOutputFormat=lcov --logger "trx;LogFileName=results3.trx"
44
44
- name : Generate unit test report (3.1)
45
- uses : phoenix-actions/test-reporting@v8
45
+ uses : phoenix-actions/test-reporting@v12
46
46
id : unit-test-report-win3
47
47
if : success() || failure()
48
48
with :
61
61
- name : Test (6.0)
62
62
run : dotnet test --no-restore --verbosity normal -f net6.0 /p:CollectCoverage=true /p:CoverletOutput=TestResults/ /p:CoverletOutputFormat=lcov --logger "trx;LogFileName=results6.trx"
63
63
- name : Generate unit test report (6.0)
64
- uses : phoenix-actions/test-reporting@v8
64
+ uses : phoenix-actions/test-reporting@v12
65
65
id : unit-test-report-win6
66
66
if : success() || failure()
67
67
with :
@@ -110,7 +110,7 @@ jobs:
110
110
flag-name : mac
111
111
parallel : true
112
112
- name : Generate unit test report
113
- uses : phoenix-actions/test-reporting@v8
113
+ uses : phoenix-actions/test-reporting@v12
114
114
id : unit-test-report-mac
115
115
if : success() || failure()
116
116
with :
You can’t perform that action at this time.
0 commit comments