Skip to content

Commit 108dfc9

Browse files
committed
feat: enhance Docker Compose configuration for Redis with cluster and sentinel support
1 parent d2c45de commit 108dfc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: hoverkraft-tech/compose-action@v2.0.2
2929
with:
3030
compose-file: './compose.yaml'
31-
up-flags: '-d --profile cluster'
31+
up-flags: '--profile cluster -d'
3232
down-flags: '-v'
3333
- run: pnpm install --frozen-lockfile
3434
- run: pnpm -F "@nestjs-labs/nestjs-redis" run lint

0 commit comments

Comments
 (0)