From 5bbf30bc714f04f4d623e5ec36e62cc676a9d8f7 Mon Sep 17 00:00:00 2001 From: cutestnekoaqua Date: Wed, 14 Dec 2022 00:11:09 +0100 Subject: [PATCH] fix redis in ci --- .config/ci.yml | 2 +- .woodpecker/commit.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/ci.yml b/.config/ci.yml index 2736a35f6..0f5be623b 100644 --- a/.config/ci.yml +++ b/.config/ci.yml @@ -55,7 +55,7 @@ db: #───┘ Redis configuration └───────────────────────────────────── redis: - host: localhost + host: redis port: 6379 #family: 0 # 0=Both, 4=IPv4, 6=IPv6 #pass: example-pass diff --git a/.woodpecker/commit.yml b/.woodpecker/commit.yml index 9605dd38f..0bbd88c4b 100644 --- a/.woodpecker/commit.yml +++ b/.woodpecker/commit.yml @@ -24,8 +24,6 @@ matrix: - 19.2.0 DATABASE: - 12 - - 13 - - 14 - latest services: @@ -33,6 +31,8 @@ services: image: postgres:${DATABASE} environment: - POSTGRES_PASSWORD=test + redis: + image: redis branches: include: [ master, develop, feature/* ]