Skip to content

Commit 9914ccc

Browse files
committed
fixed args
1 parent fd67d4b commit 9914ccc

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)