diff options
author | Logan Hunt <loganhunt@simponic.xyz> | 2023-01-24 12:35:27 -0700 |
---|---|---|
committer | Logan Hunt <logan.hunt@usu.edu> | 2023-01-24 12:43:08 -0700 |
commit | ab5fc4a077eadcc3dfd28c3af89a762711a6b6b4 (patch) | |
tree | 8f5100e54ce5be4b78e0a866871c67141082e89a /.github | |
parent | f8fd8fe39f33f35fef50094939657c86cc62427c (diff) | |
download | chessh-ab5fc4a077eadcc3dfd28c3af89a762711a6b6b4.tar.gz chessh-ab5fc4a077eadcc3dfd28c3af89a762711a6b6b4.zip |
Update elixir.yml
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/elixir.yml | 13 |
1 files changed, 0 insertions, 13 deletions
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'] |