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 0f6c630 commit 8ec41fbCopy full SHA for 8ec41fb
.github/actions/run-tests/action.yml
@@ -66,7 +66,7 @@ runs:
66
export REDIS_EXTRA_ARGS="--tls-auth-clients optional --save ''"
67
fi
68
69
- docker compose --profile all-stack -f tests/dockers/docker-compose.yml up -d --build
+ docker compose --profile all -f tests/dockers/docker-compose.yml up -d --build
70
else
71
echo "Using redis CE for module tests"
72
export CLIENT_LIBS_TEST_IMAGE="redislabs/client-libs-test:$REDIS_VERSION"
0 commit comments