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: