Skip to content

Commit b4cf5f8

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

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
@@ -67,7 +67,7 @@ runs:
6767
- if: ${{ inputs.test-runsettings-path != '' }}
6868
name: 'Set RUN_SETTINGS_ARGS environment variable'
6969
shell: bash
70-
run: echo "RUN_SETTINGS_ARGS=${{ inputs.test-runsettings-path }}" >> $GITHUB_ENV
70+
run: echo "RUN_SETTINGS_ARGS=--setttings ${{ inputs.test-runsettings-path }}" >> $GITHUB_ENV
7171

7272
- if: ${{ inputs.collect-code-coverage == 'true' }}
7373
name: 'Set CODE_COVERAGE_ARGS environment variable'

0 commit comments

Comments
 (0)