mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-28 21:50:18 +01:00
Run CI also on Alpine
This commit is contained in:
parent
252deda7c4
commit
54b39a2de1
1 changed files with 18 additions and 0 deletions
18
.github/workflows/ansible-alpine.yml
vendored
Normal file
18
.github/workflows/ansible-alpine.yml
vendored
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
name: Run Ansible Check on Alpine
|
||||||
|
|
||||||
|
on: [push, pull_request]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
alpine-latest:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
# Important: This sets up your GITHUB_WORKSPACE environment variable
|
||||||
|
- name: checkout PR
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: ansible check with alpine:latest
|
||||||
|
uses: roles-ansible/check-ansible-alpine-latest-action@master
|
||||||
|
with:
|
||||||
|
group: local
|
||||||
|
hosts: localhost
|
||||||
|
targets: "tests/tests_*.yml"
|
Loading…
Reference in a new issue