mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
Pinning molecule
- temporarily pin molecule - add color to molecule run
This commit is contained in:
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
pip install \
|
||||
molecule \
|
||||
"molecule<3.5" \
|
||||
molecule-docker \
|
||||
yamllint \
|
||||
ansible-lint \
|
||||
@@ -47,5 +47,7 @@ jobs:
|
||||
- name: Run Molecule
|
||||
env:
|
||||
MOLECULE_VERBOSITY: 3
|
||||
PY_COLORS: '1'
|
||||
ANSIBLE_FORCE_COLOR: '1'
|
||||
run: |
|
||||
molecule test -s test-minikube
|
||||
|
||||
Reference in New Issue
Block a user