From 2620959a5c7e207598beb6b969dc2353caf8bf61 Mon Sep 17 00:00:00 2001 From: PuQing Date: Sun, 28 Jan 2024 22:56:12 +0800 Subject: [PATCH] Update tests.yml workflow The commit message suggests that the developer has made changes to the "tests.yml" workflow file. --- .github/workflows/tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0b2b4f0..c99d2d4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,6 +8,10 @@ jobs: steps: - run: sudo snap install --edge --classic just - uses: actions/checkout@v4 + - name: Cache Docker images. + uses: ScribeMD/docker-cache@0.3.7 + with: + key: docker-${{ hashFiles('docker-compose.ci.yml') }} - run: just test - uses: codecov/codecov-action@v3 with: