From 14b098cb439e6ac4c3f8cb28abfc2d980b4f76d4 Mon Sep 17 00:00:00 2001 From: Kevin Duret Date: Mon, 9 Dec 2024 10:43:54 +0100 Subject: [PATCH] enh(ci): keep packages cache during plugins testing (#5321) --- .../docker/testing/Dockerfile.testing-plugins-bookworm | 4 ++++ .../docker/testing/Dockerfile.testing-plugins-bullseye | 4 ++++ .../docker/testing/Dockerfile.testing-plugins-jammy | 4 ++++ .github/scripts/test-all-plugins.py | 8 ++++---- .github/workflows/docker-builder-testing-plugins.yml | 10 +++++----- 5 files changed, 21 insertions(+), 9 deletions(-) diff --git a/.github/docker/testing/Dockerfile.testing-plugins-bookworm b/.github/docker/testing/Dockerfile.testing-plugins-bookworm index 95ae97a30..4a7b86861 100644 --- a/.github/docker/testing/Dockerfile.testing-plugins-bookworm +++ b/.github/docker/testing/Dockerfile.testing-plugins-bookworm @@ -18,6 +18,10 @@ EOF ENV LANG en_US.utf8 RUN bash -e <