Skip to content

Commit dcabeea

Browse files
committed
change path for trx test results
1 parent 0474a69 commit dcabeea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-results.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
with:
2323
name: .NET tests
2424
artifact: test-results
25-
path: 'test-results/**/*.trx'
25+
path: '**/*.trx'
2626
reporter: dotnet-trx

0 commit comments

Comments
 (0)