From 3b1ae5eaee616f188f326641a005c02def03a378 Mon Sep 17 00:00:00 2001 From: spwoodcock Date: Fri, 20 Oct 2023 14:48:13 +0100 Subject: [PATCH] ci(pytest): typo image --> images for cache key --- .github/workflows/r-pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/r-pytest.yml b/.github/workflows/r-pytest.yml index a64a4478c8..008544263e 100644 --- a/.github/workflows/r-pytest.yml +++ b/.github/workflows/r-pytest.yml @@ -26,7 +26,7 @@ jobs: - id: image-cache uses: actions/cache@v3 with: - path: /tmp/image + path: /tmp/images key: image-cache-${{ runner.os }} - name: Save Local Images