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 8
8
report :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : dorny/test-reporter@v1
11
+ - uses : dorny/test-reporter@v2
12
12
if : success() || failure()
13
13
with :
14
14
artifact : Test results (MacOS)
15
15
name : MacOS Tests
16
16
path : ' *.trx'
17
17
reporter : dotnet-trx
18
18
fail-on-error : ' false'
19
- - uses : dorny/test-reporter@v1
19
+ - uses : dorny/test-reporter@v2
20
20
if : success() || failure()
21
21
with :
22
22
artifact : Test results (Ubuntu)
23
23
name : Ubuntu Tests
24
24
path : ' *.trx'
25
25
reporter : dotnet-trx
26
26
fail-on-error : ' false'
27
- - uses : dorny/test-reporter@v1
27
+ - uses : dorny/test-reporter@v2
28
28
if : success() || failure()
29
29
with :
30
30
artifact : Test results (Windows)
31
31
name : Windows Tests
32
32
path : ' *.trx'
33
33
reporter : dotnet-trx
34
34
fail-on-error : ' false'
35
- - uses : dorny/test-reporter@v1
35
+ - uses : dorny/test-reporter@v2
36
36
if : success() || failure()
37
37
with :
38
38
artifact : Test results (.NET Framework)
You can’t perform that action at this time.
0 commit comments