Skip to content

Commit 8b01491

Browse files
authored
update test reporting (#352)
* 10 * 11 * 12
1 parent 5df1ff3 commit 8b01491

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/gate.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
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:
@@ -42,7 +42,7 @@ jobs:
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:
@@ -61,7 +61,7 @@ jobs:
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:

0 commit comments

Comments
 (0)