Skip to content

Commit 014c670

Browse files
author
Mark Kharitonov
committed
ci: give each test project a unique TRX filename so all tests appear in report
1 parent b976567 commit 014c670

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Test
3434
run: >
3535
dotnet test --no-build --configuration Release
36-
--logger "trx;LogFileName=test-results.trx"
36+
--logger trx
3737
--results-directory ./test-results
3838
3939
- name: Upload test results

0 commit comments

Comments
 (0)