Skip to content

Commit 8c9c740

Browse files
author
Petr Sramek
committed
replaced args with --
1 parent 3dc9973 commit 8c9c740

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
@@ -83,7 +83,7 @@ runs:
8383
8484
- name: 'Test with .NET CLI'
8585
shell: bash
86-
run: dotnet test ${{ inputs.test-project-glob-pattern }} --configuration ${{ inputs.build-configuration }} args ${{ env.CODE_COVERAGE_ARGS }} ${{ env.TRX_LOGGER_ARGS }} --results-directory ${{ inputs.test-results-directory }}
86+
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 }}
8787

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

0 commit comments

Comments
 (0)