mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-08 06:12:54 +00:00
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@@ -25,7 +25,7 @@ jobs:
|
|||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: |
|
run: |
|
||||||
pip install \
|
pip install \
|
||||||
molecule \
|
"molecule<3.5" \
|
||||||
molecule-docker \
|
molecule-docker \
|
||||||
yamllint \
|
yamllint \
|
||||||
ansible-lint \
|
ansible-lint \
|
||||||
@@ -47,5 +47,7 @@ jobs:
|
|||||||
- name: Run Molecule
|
- name: Run Molecule
|
||||||
env:
|
env:
|
||||||
MOLECULE_VERBOSITY: 3
|
MOLECULE_VERBOSITY: 3
|
||||||
|
PY_COLORS: '1'
|
||||||
|
ANSIBLE_FORCE_COLOR: '1'
|
||||||
run: |
|
run: |
|
||||||
molecule test -s test-minikube
|
molecule test -s test-minikube
|
||||||
|
|||||||
Reference in New Issue
Block a user