Skip to content

Commit e7639d2

Browse files
author
Petr Sramek
committed
test test
1 parent 3b4bfe5 commit e7639d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 }} --verbosity normal -- ${{ env.CODE_COVERAGE_ARGS }} ${{ env.TRX_LOGGER_ARGS }} --results-directory ${{ inputs.test-results-directory }}
79+
run: dotnet test ${{ inputs.test-project-glob-pattern }} --configuration ${{ inputs.build-configuration }} ${{ env.RUN_SETTINGS_ARGS }} --verbosity normal -- ${{ 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)