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:
4343 required : false
4444 default : ' true'
4545 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/'
4747 required : false
4848 default : |
49- '${{ runner.temp }}/test-results/'
49+ '${{ RUNNER_TEMP }}/test-results/'
5050 test-artifacts-name :
5151 description : ' Test artifacts name, Default: test-results'
5252 required : false
Original file line number Diff line number Diff line change 9494 with :
9595 test-project-glob-pattern : ${{ vars.TEST_DEFAULT_GLOB_PATTERN }}
9696 test-runsettings-path : ' unit-test.runsettings'
97- test-results-directory : ${{ runner.temp }}/${{ env.test-result-directory }}/
9897 # - run: dotnet tool install --global LiquidTestReports.Cli --prerelease
9998 # - run: ls -R ${{ runner.temp }}/test-results/
10099 # - 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