Skip to content

Commit 3528191

Browse files
committed
Export stack image if not provided as input
1 parent 661e35b commit 3528191

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ runs:
109109
110110
else
111111
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
112115
echo "REDIS_MOD_URL=redis://127.0.0.1:6379" >> $GITHUB_ENV
113116
invoke devenv --endpoints all
114117
fi

0 commit comments

Comments
 (0)