We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0559600 + 9914ccc commit e72b18fCopy full SHA for e72b18f
1 file changed
.github/actions/testing/test/action.yml
@@ -74,7 +74,7 @@ runs:
74
75
- name: 'Test with .NET CLI'
76
shell: bash
77
- run: dotnet test ${{ inputs.project-path }} --configuration ${{ inputs.build-configuration }} ${{ env.CODE_COVERAGE_ARGS }} ${{ env.TRX_LOGGER_ARGS }} --results-directory ${{ inputs.test-results-directory }}
+ run: dotnet test --project ${{ inputs.project-path }} --configuration ${{ inputs.build-configuration }} ${{ env.CODE_COVERAGE_ARGS }} ${{ env.TRX_LOGGER_ARGS }} --results-directory ${{ inputs.test-results-directory }}
78
79
- name: 'Upload test results'
80
if: ${{ inputs.upload-test-artifacts == 'true' }}
0 commit comments