We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 661e35b commit 3528191Copy full SHA for 3528191
1 file changed
.github/actions/run-tests/action.yml
@@ -109,6 +109,9 @@ runs:
109
110
else
111
echo "Using redis CE for module tests"
112
+ if [[ -z "${CLIENT_LIBS_TEST_STACK_IMAGE_TAG}" ]]; then
113
+ export CLIENT_LIBS_TEST_STACK_IMAGE_TAG=$REDIS_VERSION
114
+ fi
115
echo "REDIS_MOD_URL=redis://127.0.0.1:6379" >> $GITHUB_ENV
116
invoke devenv --endpoints all
117
fi
0 commit comments