We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc0db52 commit b4cf5f8Copy full SHA for b4cf5f8
.github/actions/test/action.yml
@@ -67,7 +67,7 @@ runs:
67
- if: ${{ inputs.test-runsettings-path != '' }}
68
name: 'Set RUN_SETTINGS_ARGS environment variable'
69
shell: bash
70
- run: echo "RUN_SETTINGS_ARGS=${{ inputs.test-runsettings-path }}" >> $GITHUB_ENV
+ run: echo "RUN_SETTINGS_ARGS=--setttings ${{ inputs.test-runsettings-path }}" >> $GITHUB_ENV
71
72
- if: ${{ inputs.collect-code-coverage == 'true' }}
73
name: 'Set CODE_COVERAGE_ARGS environment variable'
0 commit comments