Skip to content

Commit 9f698d2

Browse files
committed
Use ansible-core from my semantic-markup branch.
1 parent 48bc7fd commit 9f698d2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ansible-test.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,15 @@ jobs:
5151
with:
5252
ansible-core-version: ${{ matrix.ansible }}
5353
testing-type: sanity
54+
if: matrix.ansible != 'devel'
55+
56+
- name: Perform sanity testing
57+
uses: ansible-community/ansible-test-gh-action@release/v1
58+
with:
59+
ansible-core-version: semantic-markup
60+
ansible-core-github-repository-slug: felixfontein/ansible
61+
testing-type: sanity
62+
if: matrix.ansible == 'devel'
5463

5564
units:
5665
# Ansible-test on various stable branches does not yet work well with cgroups v2.

0 commit comments

Comments
 (0)