Skip to content

Introduce wildfly_systemd_limits variable for SystemD service file co… #9

Introduce wildfly_systemd_limits variable for SystemD service file co…

Introduce wildfly_systemd_limits variable for SystemD service file co… #9

name: Test Ansible Module
on:
push:
branches: [ master ]
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-20.04
steps:
- name: checkout
uses: actions/checkout@v2
with:
path: "${{ github.repository }}"
- name: molecule
uses: buluma/[email protected]
with:
command: lint
test:
needs:
- lint
runs-on: ubuntu-20.04
strategy:
matrix:
image:
- alpine
- amazonlinux
- debian
- centos
- fedora
- opensuse
- ubuntu
steps:
- name: checkout
uses: actions/checkout@v2
with:
path: "${{ github.repository }}"
- name: molecule
uses: buluma/[email protected]
with:
image: "${{ matrix.image }}"
options: parallel
scenario: default