Use another action
This commit is contained in:
parent
b96b750f8d
commit
85bb753dd4
|
@ -15,30 +15,15 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
config:
|
image:
|
||||||
- os: centos/systemd
|
- debian
|
||||||
tag: latest
|
- centos
|
||||||
# - os: debian
|
|
||||||
# tag: latest
|
|
||||||
# - os: ubuntu
|
|
||||||
# tag: latest
|
|
||||||
# - os: centos
|
|
||||||
# tag: latest
|
|
||||||
# - os: fedora
|
|
||||||
# tag: latest
|
|
||||||
# - os: archlinux
|
|
||||||
# tag: latest
|
|
||||||
# - os: latest
|
|
||||||
# tag: latest
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- name: checkout
|
||||||
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
path: ${{ github.repository }}
|
path: "${{ github.repository }}"
|
||||||
|
- name: molecule
|
||||||
|
uses: robertdebock/molecule-action@2.6.17
|
||||||
- name: Ansible Molecule
|
|
||||||
uses: MonolithProjects/action-molecule@v1.4.3
|
|
||||||
with:
|
with:
|
||||||
os: ${{ matrix.config.os }}
|
image: "${{ matrix.image }}"
|
||||||
tag: ${{ matrix.config.tag }}
|
|
Loading…
Reference in New Issue