Skip to content

Commit 97f748a

Browse files
committed
fix fix
1 parent 63fb630 commit 97f748a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ inputs:
1414
required: false
1515
default: 'Release'
1616
project-path:
17-
description: 'Search pattern for test projects.'
17+
description: 'Test project path.'
1818
required: true
1919
use-trf-logger:
2020
description: 'Use TRX logger. Default: true'
@@ -76,7 +76,7 @@ runs:
7676
7777
- name: 'Test with .NET CLI'
7878
shell: bash
79-
run: dotnet test ${{ inputs.test-project-glob-pattern }} --configuration ${{ inputs.build-configuration }} ${{ env.CODE_COVERAGE_ARGS }} ${{ env.TRX_LOGGER_ARGS }} --results-directory ${{ inputs.test-results-directory }}
79+
run: dotnet test ${{ inputs.project-path }} --configuration ${{ inputs.build-configuration }} ${{ env.CODE_COVERAGE_ARGS }} ${{ env.TRX_LOGGER_ARGS }} --results-directory ${{ inputs.test-results-directory }}
8080

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

0 commit comments

Comments
 (0)