Skip to content

Commit 8e5055b

Browse files
author
Petr Sramek
committed
sfd
1 parent a03883f commit 8e5055b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ jobs:
9393
${{ runner.temp }}/test-results/*
9494
- run: dotnet tool install --global LiquidTestReports.Cli --prerelease
9595
- run: ls -d
96+
working-directory: ${{ runner.temp }}/test-results/
9697
- run: liquid --inputs "Folder=${{ runner.temp }}/test-results/" --output-file ${{ runner.temp }}/test-results/test-report.md
9798
- run: cat ${{ runner.temp }}/test-results/test-report.md >> $GITHUB_STEP_SUMMARY
9899
name: Write Test Results Summary

0 commit comments

Comments
 (0)