We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cabf1c commit 39a98d0Copy full SHA for 39a98d0
1 file changed
.github/actions/testing/test/action.yml
@@ -82,7 +82,11 @@ runs:
82
83
- name: 'Test with .NET CLI'
84
shell: bash
85
- run: dotnet test ${{ inputs.project-path }} --configuration ${{ inputs.build-configuration }} ${{ env.TRX_LOGGER_ARGS }} --results-directory ${{ inputs.test-results-directory }} ${{ env.CODE_COVERAGE_ARGS }}
+ run: dotnet test ${{ inputs.project-path }} \
86
+ --configuration ${{ inputs.build-configuration }} \
87
+ ${{ env.TRX_LOGGER_ARGS }} \
88
+ --results-directory ${{ inputs.test-results-directory }} \
89
+ ${{ env.CODE_COVERAGE_ARGS }}
90
env:
91
DOTNET_USE_TEST_PLATFORM: '1'
92
0 commit comments