Skip to content

Commit bb54bef

Browse files
author
Petr Sramek
committed
fix
1 parent b4cf5f8 commit bb54bef

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
@@ -72,7 +72,7 @@ runs:
7272
- if: ${{ inputs.collect-code-coverage == 'true' }}
7373
name: 'Set CODE_COVERAGE_ARGS environment variable'
7474
shell: bash
75-
run: echo "CODE_COVERAGE_ARGS=---coverage --coverage-output-format ${{ inputs.code-coverage-output-format}}" >> $GITHUB_ENV
75+
run: echo "CODE_COVERAGE_ARGS=--coverage --coverage-output-format ${{ inputs.code-coverage-output-format}}" >> $GITHUB_ENV
7676

7777
- name: 'Test with .NET CLI'
7878
shell: bash

0 commit comments

Comments
 (0)