From df8d0cf9f2c77be70c812a394b7a83274b6243cf Mon Sep 17 00:00:00 2001 From: Mathieu Fenniak Date: Sat, 15 Nov 2025 15:17:59 -0700 Subject: [PATCH] fix: redis & valkey images immediately shutdown --- .forgejo/workflows/testing.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/testing.yml b/.forgejo/workflows/testing.yml index 4a89175c8d..199e616daa 100644 --- a/.forgejo/workflows/testing.yml +++ b/.forgejo/workflows/testing.yml @@ -172,6 +172,8 @@ jobs: cacher: image: ${{ matrix.cacher.image }} options: ${{ matrix.cacher.options }} + env: + ALLOW_EMPTY_PASSWORD: "yes" # redis & valkey will immediately shutdown with no defined password unless overridden steps: - uses: https://data.forgejo.org/actions/checkout@v5 - uses: ./.forgejo/workflows-composite/setup-env