Skip to content

Commit

Permalink
try cache
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-bee committed Oct 24, 2024
1 parent ef98eca commit 8de5ffc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Cache
- name: Check cache hit
id: cache-restore
uses: actions/cache/restore@v4
with:
Expand All @@ -28,6 +28,7 @@ jobs:
run: |
echo "Testing..."
cat foo/bin/dummy.txt
# fail test
exit 1
- name: Cache
Expand Down

0 comments on commit 8de5ffc

Please sign in to comment.