mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-26 21:33:02 +00:00
remove openshift dependency for molecule testing (#118)
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -91,8 +91,8 @@ jobs:
|
|||||||
|
|
||||||
# The 3.3.0 release of molecule introduced a breaking change. See
|
# The 3.3.0 release of molecule introduced a breaking change. See
|
||||||
# https://github.com/ansible-community/molecule/issues/3083
|
# https://github.com/ansible-community/molecule/issues/3083
|
||||||
- name: Install molecule and openshift dependencies
|
- name: Install molecule and kubernetes dependencies
|
||||||
run: pip install ansible "molecule<3.3.0" yamllint openshift flake8 jsonpatch
|
run: pip install ansible "molecule<3.3.0" yamllint kubernetes flake8 jsonpatch
|
||||||
|
|
||||||
# The latest release doesn't work with Molecule currently.
|
# The latest release doesn't work with Molecule currently.
|
||||||
# See: https://github.com/ansible-community/molecule/issues/2757
|
# See: https://github.com/ansible-community/molecule/issues/2757
|
||||||
|
|||||||
Reference in New Issue
Block a user