We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb54bef commit 3b4bfe5Copy full SHA for 3b4bfe5
.github/actions/test/action.yml
@@ -76,7 +76,7 @@ runs:
76
77
- name: 'Test with .NET CLI'
78
shell: bash
79
- run: dotnet test ${{ inputs.test-project-glob-pattern }} --configuration ${{ inputs.build-configuration }} --verbosity normal -- ${{ env.CODE_COVERAGE_ARGS }} ${{ env.RUN_SETTINGS_ARGS }} ${{ env.TRX_LOGGER_ARGS }} --results-directory ${{ inputs.test-results-directory }}
+ run: dotnet test ${{ inputs.test-project-glob-pattern }} --configuration ${{ inputs.build-configuration }} --verbosity normal -- ${{ env.CODE_COVERAGE_ARGS }} ${{ env.TRX_LOGGER_ARGS }} --results-directory ${{ inputs.test-results-directory }}
80
81
- name: 'Upload test results'
82
if: ${{ inputs.upload-test-artifacts == 'true' }}
0 commit comments