mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 11:55:04 +00:00
Extend docker_compose tests, add Alpine to CI (#304)
* Add test where project is started with project_src only (#303). * Work around bug in docker_compose. * Add Alpine in CI.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: Install docker
|
||||
apk:
|
||||
name: docker
|
||||
update_cache: yes
|
||||
notify: cleanup docker
|
||||
Reference in New Issue
Block a user