Skip to content

Commit da919aa

Browse files
authored
Merge pull request containerd#5103 from AkihiroSuda/cache-vagrant-14
[release/1.4] CI: cache ~/.vagrant.d/boxes
2 parents 23495ab + 633bfb7 commit da919aa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.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)