File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -43,10 +43,10 @@ inputs:
43
43
required : false
44
44
default : ' true'
45
45
test-results-directory :
46
- description : ' Search pattern for test artifacts. Default: ${{ runner.temp }}/test-results/'
46
+ description : ' Search pattern for test artifacts. Default: ${{ RUNNER_TEMP }}/test-results/'
47
47
required : false
48
48
default : |
49
- '${{ runner.temp }}/test-results/'
49
+ '${{ RUNNER_TEMP }}/test-results/'
50
50
test-artifacts-name :
51
51
description : ' Test artifacts name, Default: test-results'
52
52
required : false
Original file line number Diff line number Diff line change 94
94
with :
95
95
test-project-glob-pattern : ${{ vars.TEST_DEFAULT_GLOB_PATTERN }}
96
96
test-runsettings-path : ' unit-test.runsettings'
97
- test-results-directory : ${{ runner.temp }}/${{ env.test-result-directory }}/
98
97
# - run: dotnet tool install --global LiquidTestReports.Cli --prerelease
99
98
# - run: ls -R ${{ runner.temp }}/test-results/
100
99
# - run: liquid --inputs "Folder=${{ runner.temp }}/test-results/;File=**/*.trx;Format=Trx" --output-file ${{ runner.temp }}/test-results/test-report.md
You can’t perform that action at this time.
0 commit comments