Skip to content

Commit

Permalink
Run CI on CentOS 10 stream images
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Jelen <[email protected]>
  • Loading branch information
Jakuje authored and richm committed Jan 8, 2025
1 parent 9714479 commit 4d08c66
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ansible-centos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,16 @@ jobs:
group: local
hosts: localhost
targets: "tests/tests_*.yml"

centos-10:
runs-on: ubuntu-latest
steps:
- name: checkout PR
uses: actions/checkout@v4

- name: ansible check with centos 10
uses: roles-ansible/check-ansible-centos-centos10-action@main
with:
group: local
hosts: localhost
targets: "tests/tests_*.yml"

0 comments on commit 4d08c66

Please sign in to comment.