Issue #30: Test with Molecule 3.0 alpha.

This commit is contained in:
Jeff Geerling
2020-02-19 11:03:14 -06:00
parent 6d49ef700a
commit eb81891577
21 changed files with 268 additions and 246 deletions

View File

@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python_version: ["3.6"]
python_version: ['3.6']
steps:
- name: Check out code
uses: actions/checkout@v1
@@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python_version: ["3.6"]
python_version: ['3.6']
steps:
- name: Check out code
uses: actions/checkout@v1
@@ -61,7 +61,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python_version: ['3.7']
python_version: ['3.7']
steps:
- name: Check out code
uses: actions/checkout@v1
@@ -76,8 +76,9 @@ jobs:
with:
python-version: ${{ matrix.python_version }}
# TODO: Remove molecule version constraint after 3.0 is released.
- name: Install molecule and openshift dependencies
run: pip install molecule openshift
run: pip install molecule===3.0a9 yamllint openshift
- name: Install ansible-base
run: pip install git+https://github.com/ansible-collection-migration/ansible-base.git --disable-pip-version-check