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.