From e254c407f0a6a6231d2d3156bffd36c9838da4db Mon Sep 17 00:00:00 2001 From: Timothy Stewart Date: Tue, 1 Nov 2022 22:18:39 -0500 Subject: [PATCH] fix(ci): pin + cache --- .github/workflows/test.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dc82bad8..86a6edcb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,6 +21,7 @@ jobs: fail-fast: false env: PYTHON_VERSION: "3.10" + VAGRANT_DEFAULT_PROVIDER: virtualbox steps: - name: Check out the codebase @@ -93,10 +94,6 @@ jobs: python3 -m pip install -r requirements.txt echo "::endgroup::" - - name: Init Vagrant with provider - run: | - vagrant up --provider virtualbox - - name: Test with molecule run: molecule test --scenario-name ${{ matrix.scenario }} env: