Forráskód Böngészése

fix: Remove empty env config from Redis image

David Höck 4 hónapja
szülő
commit
6cf2560e25
1 módosított fájl, 0 hozzáadás és 2 törlés
  1. 0 2
      .github/workflows/build_and_test.yml

+ 0 - 2
.github/workflows/build_and_test.yml

@@ -125,8 +125,6 @@ jobs:
                 options: --health-cmd="curl --silent --fail localhost:9200/_cluster/health" --health-interval=10s --health-timeout=5s --health-retries=3
             redis:
                 image: redis:7.4.1
-                env:
-                    # Redis official image doesn't require auth by default
                 ports:
                     - 6379
         strategy: