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 @@ -251,7 +251,7 @@ elif [[ ( ${EXIT_CODE} -eq 0 ) ]] ; then
251251 if [[ ( ${EXIT_CODE} -eq 0 ) ]] ; then
252252 # ref: https://docs.deepsource.com/docs/analyzers-test-coverage#setup-test-coverage
253253 printf " ::group::%s\n" " Running ./ds-cli.sh" ;
254- time { cat ./ds-cli.sh | sh ; } || EXIT_CODE= $? ; wait ;
254+ time { cat ./ds-cli.sh | sh ; } ; wait ;
255255 printf " ::endgroup::\n" ;
256256 if [[ ( ${EXIT_CODE} -eq 0 ) ]] ; then
257257 printf " ::debug::%s\n" " Checking for DeepSource CLI" ;
@@ -304,4 +304,4 @@ cleanup 2>/dev/null || rm -f "${LOCK_FILE}" 2>/dev/null > /dev/null || : ; wait
304304exit ${EXIT_CODE:- 255} ;
305305
306306# This file's code hash:
307- bee43a56d600679736436b75cc9957dd2b6c14045498772a4c5e919449a74088a48c155ff70072be0ae5a268aa854bfe -
307+ b444b5d3e9093ee01e78a8fe991e60d0f6d48218fbb13cf8d3e6d06705a4289a7def2fcfe44758328c76572633cfd4ad -
You can’t perform that action at this time.
0 commit comments