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 bcc8065 commit b67cd49Copy full SHA for b67cd49
.github/actions/run-tests/action.yml
@@ -90,7 +90,7 @@ runs:
90
91
echo "::group::RESP${protocol} standalone tests"
92
echo "REDIS_MOD_URL=${REDIS_MOD_URL}"
93
- invoke standalone-tests --redis-mod-url=${REDIS_MOD_URL} $eventloop --protocol=${protocol}
+ invoke standalone-tests --redis-mod-url=${REDIS_MOD_URL} $eventloop --protocol="${protocol}"
94
echo "::endgroup::"
95
96
if [ "$protocol" == "2" ] || [ "${{inputs.parser-backend}}" != 'hiredis' ]; then
0 commit comments