Skip to content

Commit b66ee4a

Browse files
author
Petr Sramek
committed
test
1 parent 8e5055b commit b66ee4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
- run: dotnet tool install --global LiquidTestReports.Cli --prerelease
9595
- run: ls -d
9696
working-directory: ${{ runner.temp }}/test-results/
97-
- run: liquid --inputs "Folder=${{ runner.temp }}/test-results/" --output-file ${{ runner.temp }}/test-results/test-report.md
97+
- run: liquid --inputs "Folder=${{ runner.temp }}/test-results/;File=**/*.trx;Format=Trx" --output-file ${{ runner.temp }}/test-results/test-report.md
9898
- run: cat ${{ runner.temp }}/test-results/test-report.md >> $GITHUB_STEP_SUMMARY
9999
name: Write Test Results Summary
100100
- run: dotnet tool update --global dotnet-coverage

0 commit comments

Comments
 (0)