1
0
Fork 0

Add test step
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Daniele Tricoli 2021-09-14 03:00:50 +02:00
parent 479971f73d
commit c63802b7fe
2 changed files with 16 additions and 1 deletions

View file

@ -8,3 +8,18 @@ steps:
image: quay.io/ansible/toolset:3.5.0
commands:
- molecule lint
- name: test
image: quay.io/ansible/toolset:3.5.0
volumes:
- name: docker
path: /var/run/docker.sock
environment:
MOLECULE_NO_LOG: false
commands:
- molecule test
volumes:
- name: docker
host:
path: /var/run/docker.sock

View file

@ -5,7 +5,7 @@ dependency:
name: galaxy
enabled: false
driver:
name: podman
name: docker
platforms:
- name: debian11
image: jrei/systemd-debian:11