File tree Expand file tree Collapse file tree
.github/actions/testing/test Expand file tree Collapse file tree Original file line number Diff line number Diff 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'
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' }}
You can’t perform that action at this time.
0 commit comments