File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
.github/actions/run-tests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1818 - name : Setup Test environment
1919 env :
2020 REDIS_VERSION : ${{ inputs.redis-version }}
21- REDIS_IMAGE : " redis:${{ inputs.redis-version }}"
2221 CLIENT_LIBS_TEST_IMAGE : " redislabs/client-libs-test:${{ inputs.redis-version }}"
2322 run : |
2423 set -e
3736 )
3837
3938 if [[ -v redis_version_mapping[$REDIS_VERSION] ]]; then
40- export CLIENT_LIBS_TEST_IMAGE="redislabs/client-libs-test:${redis_version_mapping[$REDIS_VERSION]}"
39+ echo "REDIS_IMAGE=redis:${{ inputs.redis-version }}" >> $GITHUB_ENV
40+ echo "CLIENT_LIBS_TEST_IMAGE=redislabs/client-libs-test:${redis_version_mapping[$REDIS_VERSION]}" >> $GITHUB_ENV
4141 echo "REDIS_MOD_URL=redis://127.0.0.1:6479/0" >> $GITHUB_ENV
4242 else
4343 echo "Version not found in the mapping."
You can’t perform that action at this time.
0 commit comments