Skip to content

Commit

Permalink
ci(pytest): typo image --> images for cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Oct 20, 2023
1 parent 70ff49d commit 3b1ae5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/r-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b1ae5e

Please sign in to comment.