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: