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