Use another action

This commit is contained in:
Paweł Krawczyk 2021-08-07 14:12:13 +01:00
parent b96b750f8d
commit 85bb753dd4
No known key found for this signature in database
GPG Key ID: 32AF1F39C4EE03F2
1 changed files with 9 additions and 24 deletions

View File

@ -15,30 +15,15 @@ jobs:
strategy:
fail-fast: false
matrix:
config:
- os: centos/systemd
tag: latest
# - os: debian
# tag: latest
# - os: ubuntu
# tag: latest
# - os: centos
# tag: latest
# - os: fedora
# tag: latest
# - os: archlinux
# tag: latest
# - os: latest
# tag: latest
image:
- debian
- centos
steps:
- uses: actions/checkout@v2
- name: checkout
uses: actions/checkout@v2
with:
path: ${{ github.repository }}
- name: Ansible Molecule
uses: MonolithProjects/action-molecule@v1.4.3
path: "${{ github.repository }}"
- name: molecule
uses: robertdebock/molecule-action@2.6.17
with:
os: ${{ matrix.config.os }}
tag: ${{ matrix.config.tag }}
image: "${{ matrix.image }}"