Try to run with systemd

This commit is contained in:
Paweł Krawczyk 2021-08-07 14:20:52 +01:00
parent 340f4f83e4
commit d786479bc1
No known key found for this signature in database
GPG Key ID: 32AF1F39C4EE03F2
2 changed files with 6 additions and 9 deletions

View File

@ -12,18 +12,12 @@ on:
jobs: jobs:
molecule: molecule:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
image:
- alpine
#- centos
steps: steps:
- name: checkout - name: checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
path: "${{ github.repository }}" path: "${{ github.repository }}"
- name: molecule - name: molecule
uses: robertdebock/molecule-action@2.6.17 uses: robertdebock/molecule-action@2.6.17
with:
image: "${{ matrix.image }}"

View File

@ -6,6 +6,9 @@ driver:
platforms: platforms:
- name: instance - name: instance
image: centos/systemd:latest image: centos/systemd:latest
privileged: true
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
provisioner: provisioner:
name: ansible name: ansible
verifier: verifier: