mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
10 lines
170 B
YAML
10 lines
170 B
YAML
---
|
|
services: docker
|
|
language: python
|
|
|
|
install:
|
|
- pip3 install docker molecule==3.0.6 yamllint ansible-lint openshift jmespath
|
|
|
|
script:
|
|
- molecule test -s test-local
|