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 3dc9973 commit 8c9c740Copy full SHA for 8c9c740
.github/actions/test/action.yml
@@ -83,7 +83,7 @@ runs:
83
84
- name: 'Test with .NET CLI'
85
shell: bash
86
- run: dotnet test ${{ inputs.test-project-glob-pattern }} --configuration ${{ inputs.build-configuration }} args ${{ env.CODE_COVERAGE_ARGS }} ${{ env.TRX_LOGGER_ARGS }} --results-directory ${{ inputs.test-results-directory }}
+ run: dotnet test ${{ inputs.test-project-glob-pattern }} --configuration ${{ inputs.build-configuration }} -- ${{ env.CODE_COVERAGE_ARGS }} ${{ env.TRX_LOGGER_ARGS }} --results-directory ${{ inputs.test-results-directory }}
87
88
- name: 'Upload test results'
89
if: ${{ inputs.upload-test-artifacts == 'true' }}
0 commit comments