Procházet zdrojové kódy

fix: Remove empty env config from Redis image

David Höck před 4 měsíci
rodič
revize
6cf2560e25
1 změnil soubory, kde provedl 0 přidání a 2 odebrání
  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: