From 2c26bda45f68a69754b84b42bade2f5f3fc1ea4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Jan=20K=C3=B6hler?= Date: Wed, 11 Dec 2024 19:05:22 +0100 Subject: [PATCH] Update integration-tests.yml --- .github/workflows/integration-tests.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 21e9e448..b4f336e7 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -39,7 +39,12 @@ jobs: steps: - uses: actions/checkout@v4 - + + - name: "Cache Docker images" + uses: ScribeMD/docker-cache@0.5.0 + with: + key: docker-${{ runner.os }}-${{ hashFiles(paths) }} + - run: pwd && find . - name: "Install Docker and run tests"