Skip to content

Commit 5cabf1c

Browse files
committed
I am done done done
1 parent 2eb0c47 commit 5cabf1c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@ runs:
8282
8383
- name: 'Test with .NET CLI'
8484
shell: bash
85-
run: dotnet test --use-test-platform ${{ 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 }} --configuration ${{ inputs.build-configuration }} ${{ env.TRX_LOGGER_ARGS }} --results-directory ${{ inputs.test-results-directory }} ${{ env.CODE_COVERAGE_ARGS }}
86+
env:
87+
DOTNET_USE_TEST_PLATFORM: '1'
8688

8789
- name: 'Upload test results'
8890
if: ${{ inputs.upload-test-artifacts == 'true' }}

0 commit comments

Comments
 (0)