From ab5fc4a077eadcc3dfd28c3af89a762711a6b6b4 Mon Sep 17 00:00:00 2001 From: Logan Hunt Date: Tue, 24 Jan 2023 12:35:27 -0700 Subject: Update elixir.yml --- .github/workflows/elixir.yml | 13 ------------- 1 file changed, 13 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/elixir.yml b/.github/workflows/elixir.yml index 1bb6de9..95dc4c6 100644 --- a/.github/workflows/elixir.yml +++ b/.github/workflows/elixir.yml @@ -13,8 +13,6 @@ on: env: MIX_ENV: test NODE_ID: aUniqueString - REDIS_HOST: redis - REDIS_PORT: 6379 jobs: test: @@ -22,17 +20,6 @@ jobs: # use Postgres. This creates a database for running tests. # Additional services can be defined here if required. services: - # Label used to access the service container - redis: - # Docker Hub image - image: redis - # Set health checks to wait until redis has started - options: >- - --health-cmd "redis-cli ping" - --health-interval 10s - --health-timeout 5s - --health-retries 5 - db: image: postgres:14 ports: ['5432:5432'] -- cgit v1.2.3-70-g09d2