forked from tim/k3s-ansible
fix(ci): pin + cache
This commit is contained in:
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user