diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dda20410..dc82bad8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -93,6 +93,10 @@ 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: