Skip to content

Commit 053a389

Browse files
committed
Add echo
1 parent b739c09 commit 053a389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ runs:
126126
if: inputs.parallel-finished != 'true'
127127
shell: ${{ startsWith(runner.os, 'Windows') && 'pwsh' || 'bash' }}
128128
run: >-
129-
coveralls report
129+
echo coveralls report
130130
${{ inputs.debug == 'true' && '--debug' || '' }}
131131
${{ inputs.measure == 'true' && '--measure' || '' }}
132132
${{ inputs.fail-on-error == 'false' && '--no-fail' || '' }}

0 commit comments

Comments
 (0)