From 517da9071561ba0d75e49354d2ae0c693e475af3 Mon Sep 17 00:00:00 2001 From: Fenny <25108519+Fenny@users.noreply.github.com> Date: Thu, 5 Nov 2020 08:08:27 +0100 Subject: [PATCH] ZZ --- .github/workflows/test-postgres.yml | 2 +- .github/workflows/test-redis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-postgres.yml b/.github/workflows/test-postgres.yml index 96cfa9f0..6b0cf540 100644 --- a/.github/workflows/test-postgres.yml +++ b/.github/workflows/test-postgres.yml @@ -9,7 +9,7 @@ jobs: ports: - 5432:5432 env: - POSTGRES_DATABASE: fiber + POSTGRES_DB: fiber POSTGRES_USER: username POSTGRES_PASSWORD: password options: >- diff --git a/.github/workflows/test-redis.yml b/.github/workflows/test-redis.yml index 7a2ecf98..4d14c935 100644 --- a/.github/workflows/test-redis.yml +++ b/.github/workflows/test-redis.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest services: redis: - image: redis + image: redis:latest ports: - 6379:6379 strategy: