This commit is contained in:
Dawid Dziurla
2020-03-21 17:06:40 +01:00
parent afff5c9738
commit 71c08da46c
8 changed files with 71 additions and 23 deletions

18
.github/workflows/test.yml vendored Normal file
View File

@@ -0,0 +1,18 @@
name: Test Action
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run
uses: ./
with:
playbook: playbook.yml
options: |
--inventory=localhost,
--connection=local
--verbose