Skip to content

Commit 68bee7b

Browse files
committed
CI: cache ~/.vagrant.d/boxes
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
1 parent 7399297 commit 68bee7b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ jobs:
7676
run: |
7777
GOOS=linux make binaries
7878
GOOS=linux go test -c .
79+
- name: "Cache ~/.vagrant.d/boxes"
80+
uses: actions/cache@v2
81+
with:
82+
path: ~/.vagrant.d/boxes
83+
key: vagrant-${{ hashFiles('Vagrantfile*') }}
7984
- name: "Boot VM"
8085
run: |
8186
vagrant up

0 commit comments

Comments
 (0)