File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ elif [[ ( ${EXIT_CODE} -eq 0 ) ]] ; then
245245 if [[ ( ${EXIT_CODE} -eq 0 ) ]] ; then
246246 # ref: https://docs.deepsource.com/docs/analyzers-test-coverage#setup-test-coverage
247247 printf " ::group::%s\n" " Running ./ds-cli.sh" ;
248- { sh ./ds-cli.sh ; } || EXIT_CODE=$? ; wait ;
248+ time { cat ./ds-cli.sh | sh ; } || EXIT_CODE=$? ; wait ;
249249 printf " ::endgroup::\n" ;
250250 if [[ ( ${EXIT_CODE} -eq 0 ) ]] ; then
251251 printf " ::debug::%s\n" " Checking for DeepSource CLI" ;
@@ -298,4 +298,4 @@ cleanup 2>/dev/null || rm -f "${LOCK_FILE}" 2>/dev/null > /dev/null || : ; wait
298298exit ${EXIT_CODE:- 255} ;
299299
300300# This file's code hash:
301- f655d5970127b38f5066a87c0ecbc9f413fe899816f7695b24b99eedae25e5c44ee278e9d394613db7d4d4b1b6a567c6 -
301+ c7f8f4f1cf337ce97fe32916af5507aa252f7ec441eb6105fcf3fe32d5463994e8889539cff613f5dfff802324fb0bc0 -
You can’t perform that action at this time.
0 commit comments