mirror of
https://github.com/techno-tim/k3s-ansible.git
synced 2025-12-28 11:42:37 +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
|
vagrant --version
|
||||||
vboxmanage --version
|
vboxmanage --version
|
||||||
|
|
||||||
- name: Cache Vagrant boxes
|
# - name: Cache Vagrant boxes
|
||||||
id: cache-vagrant
|
# id: cache-vagrant
|
||||||
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # 4.0
|
# uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # 4.0
|
||||||
with:
|
# with:
|
||||||
path: |
|
# path: |
|
||||||
~/.vagrant.d/boxes
|
# ~/.vagrant.d/boxes
|
||||||
key: vagrant-boxes-${{ hashFiles('**/molecule.yml') }}
|
# key: vagrant-boxes-${{ hashFiles('**/molecule.yml') }}
|
||||||
restore-keys: |
|
# restore-keys: |
|
||||||
vagrant-boxes
|
# vagrant-boxes
|
||||||
|
|
||||||
- name: Download Vagrant boxes for all scenarios
|
- name: Download Vagrant boxes for all scenarios
|
||||||
# To save some cache space, all scenarios share the same cache key.
|
# To save some cache space, all scenarios share the same cache key.
|
||||||
|
|||||||
Reference in New Issue
Block a user