Skip to content

Commit 633bfb7

Browse files
committed
CI: cache ~/.vagrant.d/boxes
For deflaking `vagrant up` Signed-off-by: Akihiro Suda <[email protected]> (cherry picked from commit 4702af9) Signed-off-by: Akihiro Suda <[email protected]>
1 parent 23495ab commit 633bfb7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,12 @@ jobs:
388388
- name: Checkout containerd
389389
uses: actions/checkout@v2
390390

391+
- name: "Cache ~/.vagrant.d/boxes"
392+
uses: actions/cache@v2
393+
with:
394+
path: ~/.vagrant.d/boxes
395+
key: vagrant-${{ hashFiles('Vagrantfile*') }}
396+
391397
- name: Start vagrant
392398
run: vagrant up
393399

0 commit comments

Comments
 (0)