Skip to content

Commit e72b18f

Browse files
committed
Merge branch 'preview/1.0' into develop/1.0
2 parents 0559600 + 9914ccc commit e72b18f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ runs:
7474
7575
- name: 'Test with .NET CLI'
7676
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 }}
77+
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 }}
7878

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

0 commit comments

Comments
 (0)