Skip to content

Commit

Permalink
Add ansible-test
Browse files Browse the repository at this point in the history
  • Loading branch information
pdostal committed Jul 21, 2023
1 parent dc266f0 commit 1b04e86
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: 'ansible-test'
on:
- pull_request
- push

jobs:
- name: Perform integration testing with ansible-test
uses: ansible-community/ansible-test-gh-action@release/v1
with:
testing-type: integration
- name: Perform sanity testing with ansible-test
uses: ansible-community/ansible-test-gh-action@release/v1
with:
testing-type: sanity
- name: Perform unit testing with ansible-test
uses: ansible-community/ansible-test-gh-action@release/v1
with:
testing-type: units
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: 'Yamllint'
on:
- pull_request
- push

jobs:
yamllint:
name: 'Yamllint'
Expand Down

0 comments on commit 1b04e86

Please sign in to comment.