File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 76
76
77
77
- name : ' Test with .NET CLI'
78
78
shell : bash
79
- run : dotnet test ${{ inputs.test-project-glob-pattern }} --configuration ${{ inputs.build-configuration }} ${{ env.RUN_SETTINGS_ARGS }} --verbosity normal -- ${{ env.CODE_COVERAGE_ARGS }} ${{ env.TRX_LOGGER_ARGS }} --results-directory ${{ inputs.test-results-directory }}
79
+ run : dotnet test ${{ inputs.test-project-glob-pattern }} --configuration ${{ inputs.build-configuration }} --verbosity normal -- ${{ env.RUN_SETTINGS_ARGS }} ${{ env.CODE_COVERAGE_ARGS }} ${{ env.TRX_LOGGER_ARGS }} --results-directory ${{ inputs.test-results-directory }}
80
80
81
81
- name : ' Upload test results'
82
82
if : ${{ inputs.upload-test-artifacts == 'true' }}
Original file line number Diff line number Diff line change 93
93
- uses : ./.github/actions/test
94
94
with :
95
95
test-project-glob-pattern : ${{ vars.TEST_DEFAULT_GLOB_PATTERN }}
96
- test-runsettings-path : ' unit-test.runsettings'
96
+ test-runsettings-path : ' ${{ github.workspace }}/ unit-test.runsettings'
97
97
test-results-directory : ' ${{ runner.temp }}/test-results/'
98
98
# - run: dotnet tool install --global LiquidTestReports.Cli --prerelease
99
99
# - run: ls -R ${{ runner.temp }}/test-results/
You can’t perform that action at this time.
0 commit comments