Skip to content

Commit caab692

Browse files
committed
actions/cache backend seems eventually consistent only, so wait a bit before restoring
1 parent 7a4cd8d commit caab692

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ jobs:
123123
with:
124124
path: ${{ env.FILENAME }}
125125
key: github-${{github.run_id}}-actions-cache-${{ env.FILENAME }}
126+
# actions/cache backend seems to be eventually consistent only
127+
- run: sleep 2
126128
- name: Restore from cache (actions/cache)
127129
uses: actions/cache/restore@v4
128130
with:

0 commit comments

Comments
 (0)