mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-07 22:02:53 +00:00
Install community.docker in tests
This commit is contained in:
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@@ -35,7 +35,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install Collections
|
- name: Install Collections
|
||||||
run: |
|
run: |
|
||||||
ansible-galaxy collection install community.general kubernetes.core:1.2.1 operator_sdk.util
|
ansible-galaxy collection install community.general kubernetes.core:1.2.1 operator_sdk.util community.docker
|
||||||
|
|
||||||
- name: Run Molecule
|
- name: Run Molecule
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user