Skip to content

Commit 39a98d0

Browse files
committed
fix
1 parent 5cabf1c commit 39a98d0

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/actions/testing/test/action.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,11 @@ runs:
8282
8383
- name: 'Test with .NET CLI'
8484
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 }}
85+
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 }}
8690
env:
8791
DOTNET_USE_TEST_PLATFORM: '1'
8892

0 commit comments

Comments
 (0)