From 85e088ef75dbcdf19e3c7b2475bd75a371355194 Mon Sep 17 00:00:00 2001 From: Zvonimir Rudinski Date: Sat, 11 May 2024 09:21:08 +0200 Subject: [PATCH] chore(ci): remove redis action from the ci --- .github/workflows/check.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 1dc8390..54aab6e 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -34,10 +34,6 @@ jobs: --health-retries 5 steps: - - uses: getong/redis-action@v1 - with: - redis version: '7.0.11' - redis password: 'tenantee_redis' - uses: actions/checkout@v1.0.0 - uses: erlef/setup-beam@v1 with: @@ -47,4 +43,4 @@ jobs: - run: MIX_ENV=dev mix credo - run: MIX_ENV=dev mix sobelow - run: MIX_ENV=test mix ecto.create && mix ecto.migrate - - run: MIX_ENV=test VALKEY_URL=redis://:tenantee_redis@localhost:6379 mix coveralls.github + - run: MIX_ENV=test mix coveralls.github