From e0ecd44c8cb0083f3bfe58348359bd65680b6f6e Mon Sep 17 00:00:00 2001 From: Timothy Stewart Date: Mon, 22 Jan 2024 19:40:43 -0600 Subject: [PATCH] fix(ci): fix molecule --- .github/workflows/test.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d24eedf..9f762d7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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.