File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
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: test-results'
47
47
required : false
48
48
default : |
49
- '${{ RUNNER_TEMP }}/ test-results/ '
49
+ '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 }}/test-results/'
97
98
# - run: dotnet tool install --global LiquidTestReports.Cli --prerelease
98
99
# - run: ls -R ${{ runner.temp }}/test-results/
99
100
# - 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