From c98edc03a8661ac9a01f2a0c480cad1151e31159 Mon Sep 17 00:00:00 2001 From: Chris Patterson Date: Thu, 15 Aug 2019 14:43:41 -0400 Subject: [PATCH] removing the redis container from postgres example --- .github/workflows/postgres-service.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/postgres-service.yml b/.github/workflows/postgres-service.yml index 6c769e6..6b5a5a4 100644 --- a/.github/workflows/postgres-service.yml +++ b/.github/workflows/postgres-service.yml @@ -19,11 +19,6 @@ jobs: # needed because the postgres container does not provide a healthcheck options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5 - redis: - image: redis - ports: - - 6379:6379 - steps: - uses: actions/checkout@v1 - run: npm ci