mirror of
https://github.com/techno-tim/k3s-ansible.git
synced 2025-12-28 19:52:40 +01:00
fix(ci): fix molecule
This commit is contained in:
18
.github/workflows/test.yml
vendored
18
.github/workflows/test.yml
vendored
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user