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 7676
7777 - name : ' Test with .NET CLI'
7878 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 }}
8080
8181 - name : ' Upload test results'
8282 if : ${{ inputs.upload-test-artifacts == 'true' }}
Original file line number Diff line number Diff line change 9393 - uses : ./.github/actions/test
9494 with :
9595 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'
9797 test-results-directory : ' ${{ runner.temp }}/test-results/'
9898 # - run: dotnet tool install --global LiquidTestReports.Cli --prerelease
9999 # - run: ls -R ${{ runner.temp }}/test-results/
You can’t perform that action at this time.
0 commit comments