mirror of
https://github.com/nicolabs/ansible-role-grub.git
synced 2025-09-07 18:11:07 +02:00
40 lines
781 B
YAML
40 lines
781 B
YAML
---
|
|
image: robertdebock/github-action-molecule:2.6.6
|
|
|
|
services:
|
|
- docker:dind
|
|
|
|
variables:
|
|
DOCKER_HOST: "tcp://docker:2375"
|
|
PY_COLORS: 1
|
|
|
|
molecule:
|
|
script:
|
|
- image=${image} tag=${tag} molecule test
|
|
parallel:
|
|
matrix:
|
|
- image: "alpine"
|
|
tag: "latest"
|
|
- image: "centos"
|
|
tag: "7"
|
|
- image: "centos"
|
|
tag: "latest"
|
|
- image: "debian"
|
|
tag: "latest"
|
|
- image: "debian"
|
|
tag: "bullseye"
|
|
- image: "fedora"
|
|
tag: "32"
|
|
- image: "fedora"
|
|
tag: "latest"
|
|
- image: "fedora"
|
|
tag: "rawhide"
|
|
- image: "opensuse"
|
|
tag: "latest"
|
|
- image: "ubuntu"
|
|
tag: "latest"
|
|
- image: "ubuntu"
|
|
tag: "bionic"
|
|
- image: "ubuntu"
|
|
tag: "xenial"
|