mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-02-06 07:15:13 +01:00
10 lines
133 B
YAML
10 lines
133 B
YAML
---
|
|
language: python
|
|
services: docker
|
|
|
|
install:
|
|
- pip install molecule docker
|
|
|
|
script:
|
|
- cd roles/matrix-coturn && molecule test
|