Ver código fonte

fix: Remove empty env config from Redis image

David Höck 4 meses atrás
pai
commit
6cf2560e25
1 arquivos alterados com 0 adições e 2 exclusões
  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: