Skip to content

Commit 7f1ef4e

Browse files
authored
Name the cache step so we can check its outputs (#369)
1 parent 4808787 commit 7f1ef4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
run: echo "month=$(date +'%Y-%m')" >> $GITHUB_OUTPUT
4949

5050
- name: Cache dependencies
51+
id: cache
5152
uses: actions/cache@v4
5253
with:
5354
path: |

0 commit comments

Comments
 (0)