From df9bf5a2e479d0566c9d99fbb2b86a7e62de2537 Mon Sep 17 00:00:00 2001 From: Salvatore Mesoraca Date: Fri, 6 Sep 2024 18:30:03 +0200 Subject: [PATCH] x --- .github/workflows/integration.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index bdefbe18..014dc9a9 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -67,6 +67,9 @@ jobs: run: | mkdir -p ./custom-cache/ docker compose --profile all build + echo "AAA" + docker images + echo "AAA" docker save valkey-py-stunnel:latest valkey-py-cluster:latest valkey/valkey:latest -o ./custom-cache/all.tar run-tests: