Skip to content

Commit 85916a9

Browse files
author
Petr Sramek
committed
update
1 parent 949d0c9 commit 85916a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ jobs:
9696
# - run: ls -d
9797
# working-directory: ${{ runner.temp }}/test-results/
9898
# - run: liquid --inputs "Folder=${{ runner.temp }}/test-results/;File=**/*.trx;Format=Trx" --output-file ${{ runner.temp }}/test-results/test-report.md
99-
# - run: cat ${{ runner.temp }}/test-results/test-report.md >> $GITHUB_STEP_SUMMARY
100-
# name: Write Test Results Summary
99+
- run: cat ${{ runner.temp }}/test-results/*.md >> $GITHUB_STEP_SUMMARY
100+
name: Write Test Results Summary
101101
- run: dotnet tool update --global dotnet-coverage
102102
name: Update dotnet-coverage tool
103103
- run: dotnet-coverage merge --output ${{ runner.temp }}/test-results/test-result.cobertura.xml --output-format cobertura "${{ runner.temp }}/test-results/**/*.coverage"

0 commit comments

Comments
 (0)