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 88 report :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : dorny/test-reporter@v1
11+ - uses : dorny/test-reporter@v2
1212 if : success() || failure()
1313 with :
1414 artifact : Test results (MacOS)
1515 name : MacOS Tests
1616 path : ' *.trx'
1717 reporter : dotnet-trx
1818 fail-on-error : ' false'
19- - uses : dorny/test-reporter@v1
19+ - uses : dorny/test-reporter@v2
2020 if : success() || failure()
2121 with :
2222 artifact : Test results (Ubuntu)
2323 name : Ubuntu Tests
2424 path : ' *.trx'
2525 reporter : dotnet-trx
2626 fail-on-error : ' false'
27- - uses : dorny/test-reporter@v1
27+ - uses : dorny/test-reporter@v2
2828 if : success() || failure()
2929 with :
3030 artifact : Test results (Windows)
3131 name : Windows Tests
3232 path : ' *.trx'
3333 reporter : dotnet-trx
3434 fail-on-error : ' false'
35- - uses : dorny/test-reporter@v1
35+ - uses : dorny/test-reporter@v2
3636 if : success() || failure()
3737 with :
3838 artifact : Test results (.NET Framework)
You can’t perform that action at this time.
0 commit comments