fix(ci): fix molecule

This commit is contained in:
Timothy Stewart
2024-01-22 19:40:43 -06:00
parent b928c930d5
commit e0ecd44c8c

View File

@@ -58,15 +58,15 @@ jobs:
vagrant --version
vboxmanage --version
- name: Cache Vagrant boxes
id: cache-vagrant
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # 4.0
with:
path: |
~/.vagrant.d/boxes
key: vagrant-boxes-${{ hashFiles('**/molecule.yml') }}
restore-keys: |
vagrant-boxes
# - name: Cache Vagrant boxes
# id: cache-vagrant
# uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # 4.0
# with:
# path: |
# ~/.vagrant.d/boxes
# key: vagrant-boxes-${{ hashFiles('**/molecule.yml') }}
# restore-keys: |
# vagrant-boxes
- name: Download Vagrant boxes for all scenarios
# To save some cache space, all scenarios share the same cache key.