Skip to content

Commit b67cd49

Browse files
committed
Debug
1 parent bcc8065 commit b67cd49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/run-tests/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ runs:
9090

9191
echo "::group::RESP${protocol} standalone tests"
9292
echo "REDIS_MOD_URL=${REDIS_MOD_URL}"
93-
invoke standalone-tests --redis-mod-url=${REDIS_MOD_URL} $eventloop --protocol=${protocol}
93+
invoke standalone-tests --redis-mod-url=${REDIS_MOD_URL} $eventloop --protocol="${protocol}"
9494
echo "::endgroup::"
9595

9696
if [ "$protocol" == "2" ] || [ "${{inputs.parser-backend}}" != 'hiredis' ]; then

0 commit comments

Comments
 (0)