We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a03883f commit 8e5055bCopy full SHA for 8e5055b
1 file changed
.github/workflows/dotnet.yml
@@ -93,6 +93,7 @@ jobs:
93
${{ runner.temp }}/test-results/*
94
- run: dotnet tool install --global LiquidTestReports.Cli --prerelease
95
- run: ls -d
96
+ working-directory: ${{ runner.temp }}/test-results/
97
- run: liquid --inputs "Folder=${{ runner.temp }}/test-results/" --output-file ${{ runner.temp }}/test-results/test-report.md
98
- run: cat ${{ runner.temp }}/test-results/test-report.md >> $GITHUB_STEP_SUMMARY
99
name: Write Test Results Summary
0 commit comments