Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebuild tests using Checkmk containers #624

Merged
merged 121 commits into from
Nov 11, 2024
Merged
Show file tree
Hide file tree
Changes from 112 commits
Commits
Show all changes
121 commits
Select commit Hold shift + click to select a range
d21747c
And here we go.
robin-checkmk Jun 13, 2024
23770f0
Update container addressing and skip prep.yml.
robin-checkmk Jun 13, 2024
6d7f13d
Reduce scope for testing.
robin-checkmk Jun 13, 2024
29fce42
Comment out global default.
robin-checkmk Jun 13, 2024
7e61030
Bugfix site URL.
robin-checkmk Jun 13, 2024
8c3cdd9
Skip the ansible-test container.
robin-checkmk Jun 13, 2024
dbb86c9
Fix variable inclusion.
robin-checkmk Jun 13, 2024
a14d6bf
Testing.
robin-checkmk Jun 13, 2024
4666ea3
Another one!
robin-checkmk Jun 13, 2024
8dcc678
Debugging.
robin-checkmk Jun 13, 2024
94ad69a
Try to fix variable include.
robin-checkmk Jun 13, 2024
70085b0
Clean up.
robin-checkmk Jun 13, 2024
3da749f
Increase scope for validation.
robin-checkmk Jun 13, 2024
db3bd61
Re-enable full testing matrix.
robin-checkmk Jun 13, 2024
f5a2ba5
Test pulling protected images.
robin-checkmk Jun 14, 2024
a0239da
Move docker login into main job.
robin-checkmk Jun 14, 2024
331e06e
Fix docker login for service containers.
robin-checkmk Jun 14, 2024
40db7aa
At this point, I am just trying and erroring.
robin-checkmk Jun 14, 2024
68196f5
Bugfix.
robin-checkmk Jun 14, 2024
a078f15
Try and bug fix.
robin-checkmk Jun 14, 2024
a1a9a39
Going all in on containers.
robin-checkmk Jun 14, 2024
70d2d34
Bugfix credentials.
robin-checkmk Jun 14, 2024
dd08c8e
Merge branch 'devel' into build/overhaul-int-tests
robin-checkmk Jun 14, 2024
23c2565
Merge branch 'devel' into build/overhaul-int-tests
robin-checkmk Jun 14, 2024
d4437d6
Merge branch 'build/overhaul-int-tests' of github.com:Checkmk/ansible…
robin-checkmk Jun 14, 2024
6cab677
Move Integration Testing to Service Containers.
robin-checkmk Jun 14, 2024
6b3f138
Add version replacement for GitHub Workflows to release.sh.
robin-checkmk Jun 14, 2024
f051944
Test workaround for container registry login.
robin-checkmk Jun 21, 2024
645775e
Merge branch 'devel' into build/overhaul-int-tests
robin-checkmk Jun 21, 2024
22834b9
Add missing registry key.
robin-checkmk Jun 21, 2024
c6679f2
Fix duplicate key.
robin-checkmk Jun 21, 2024
9d170aa
Clean up test action.
robin-checkmk Jun 21, 2024
3e24d65
Merge branch 'build/overhaul-int-tests' of github.com:Checkmk/ansible…
robin-checkmk Jun 21, 2024
21bc0db
Re-enable temporary job to be able to clean up.
robin-checkmk Jun 21, 2024
4d9f6e9
Add CME container to actions that need it.
robin-checkmk Jun 21, 2024
82f8d6d
Add unsupported combination.
robin-checkmk Jun 21, 2024
68374b0
Disable conditional, so all editions will be tested.
robin-checkmk Jun 21, 2024
f3c4b5d
First attempt to re-enable bakery testing.
robin-checkmk Jun 21, 2024
c3c1b42
Introduce brief sleep, to ensure container is online.
robin-checkmk Jun 21, 2024
e18cfe9
Install docker collection for bakery tests.
robin-checkmk Jun 21, 2024
3675c1a
Debugging.
robin-checkmk Jun 21, 2024
a5575b9
Fix bakery containers.
robin-checkmk Jun 21, 2024
161bc2d
Fix manual container start.
robin-checkmk Jun 21, 2024
025fb33
Add CME container to user workflow.
robin-checkmk Jun 21, 2024
0c4f103
Clean up conditional.
robin-checkmk Jun 21, 2024
fa92c7e
Remove unnecessary site.
robin-checkmk Jun 21, 2024
eb4df7a
Remove temporary test action.
robin-checkmk Jun 21, 2024
93608a5
Switch CCE to CME.
robin-checkmk Sep 30, 2024
92867d7
And here we go.
robin-checkmk Jun 13, 2024
22eb57e
Update container addressing and skip prep.yml.
robin-checkmk Jun 13, 2024
4592360
Reduce scope for testing.
robin-checkmk Jun 13, 2024
12d4df6
Comment out global default.
robin-checkmk Jun 13, 2024
57e0680
Bugfix site URL.
robin-checkmk Jun 13, 2024
2e87ba9
Skip the ansible-test container.
robin-checkmk Jun 13, 2024
5d2c212
Fix variable inclusion.
robin-checkmk Jun 13, 2024
616be92
Testing.
robin-checkmk Jun 13, 2024
14559fc
Another one!
robin-checkmk Jun 13, 2024
da7d665
Debugging.
robin-checkmk Jun 13, 2024
81bc759
Try to fix variable include.
robin-checkmk Jun 13, 2024
b3aeb40
Clean up.
robin-checkmk Jun 13, 2024
1f5f456
Increase scope for validation.
robin-checkmk Jun 13, 2024
5cd0a66
Re-enable full testing matrix.
robin-checkmk Jun 13, 2024
204ec96
Test pulling protected images.
robin-checkmk Jun 14, 2024
7abe832
Move docker login into main job.
robin-checkmk Jun 14, 2024
4c14b52
Fix docker login for service containers.
robin-checkmk Jun 14, 2024
64afb06
At this point, I am just trying and erroring.
robin-checkmk Jun 14, 2024
48399cf
Bugfix.
robin-checkmk Jun 14, 2024
3fa17f9
Try and bug fix.
robin-checkmk Jun 14, 2024
e3853ce
Going all in on containers.
robin-checkmk Jun 14, 2024
8e5cc5e
Bugfix credentials.
robin-checkmk Jun 14, 2024
11a1f22
Move Integration Testing to Service Containers.
robin-checkmk Jun 14, 2024
3265992
Add version replacement for GitHub Workflows to release.sh.
robin-checkmk Jun 14, 2024
6cebcce
Test workaround for container registry login.
robin-checkmk Jun 21, 2024
f6c570a
Add missing registry key.
robin-checkmk Jun 21, 2024
2449ab1
Fix duplicate key.
robin-checkmk Jun 21, 2024
b8230e2
Clean up test action.
robin-checkmk Jun 21, 2024
1599749
Re-enable temporary job to be able to clean up.
robin-checkmk Jun 21, 2024
ee94eea
Add CME container to actions that need it.
robin-checkmk Jun 21, 2024
2e1a241
Add unsupported combination.
robin-checkmk Jun 21, 2024
e460351
Disable conditional, so all editions will be tested.
robin-checkmk Jun 21, 2024
6aec554
First attempt to re-enable bakery testing.
robin-checkmk Jun 21, 2024
ae321e0
Introduce brief sleep, to ensure container is online.
robin-checkmk Jun 21, 2024
0648ba5
Install docker collection for bakery tests.
robin-checkmk Jun 21, 2024
4f91196
Debugging.
robin-checkmk Jun 21, 2024
590db65
Fix bakery containers.
robin-checkmk Jun 21, 2024
e39b01b
Fix manual container start.
robin-checkmk Jun 21, 2024
9227091
Add CME container to user workflow.
robin-checkmk Jun 21, 2024
1131bc7
Clean up conditional.
robin-checkmk Jun 21, 2024
fa8e01a
Remove unnecessary site.
robin-checkmk Jun 21, 2024
cbbda30
Remove temporary test action.
robin-checkmk Jun 21, 2024
e7a4427
Switch CCE to CME.
robin-checkmk Sep 30, 2024
9b7ba3b
Merge branch 'build/overhaul-int-tests' of github.com:Checkmk/ansible…
robin-checkmk Sep 30, 2024
21a3851
Bump Checkmk Versions.
robin-checkmk Sep 30, 2024
cc49b1f
Switch CCE to CME.
robin-checkmk Sep 30, 2024
4da9dc0
Remove workaround.
robin-checkmk Sep 30, 2024
eb71c9e
Remove unnecessary Docker login.
robin-checkmk Sep 30, 2024
c5443b2
Fix port assignments.
robin-checkmk Sep 30, 2024
d6259cc
Merge branch 'build-lint-integration-tests' of github.com:Checkmk/ans…
robin-checkmk Oct 16, 2024
c9e44cf
Improve conditional.
robin-checkmk Oct 16, 2024
0811d27
Bump Checkmk versions.
robin-checkmk Oct 16, 2024
223d4f2
Merge branch 'build-lint-integration-tests' of github.com:Checkmk/ans…
robin-checkmk Oct 16, 2024
2631286
Fix typos and diverse issues.
robin-checkmk Oct 16, 2024
5989e02
Merge branch 'build-lint-integration-tests' of github.com:Checkmk/ans…
robin-checkmk Oct 16, 2024
d47f9f2
Fix bakery tests.
robin-checkmk Oct 16, 2024
a0a4e6c
Fix indentation.
robin-checkmk Oct 17, 2024
1d3c0e0
Merge branch 'build-lint-integration-tests' into build/overhaul-int-t…
robin-checkmk Oct 17, 2024
5840f34
Fix inclusion of global variables.
robin-checkmk Oct 17, 2024
0bc42ba
Try to enable bakery testing in container.
robin-checkmk Oct 17, 2024
3dff25b
Install community.docker before tests.
robin-checkmk Oct 17, 2024
49b4399
Another try at installing the docker collection.
robin-checkmk Oct 17, 2024
38a5dc0
Final fix to bakery test.
robin-checkmk Oct 17, 2024
de288f0
Fix UID and GID in container.
robin-checkmk Oct 17, 2024
560da97
Merge branch 'devel' into build/overhaul-int-tests
robin-checkmk Oct 30, 2024
c9f4511
Try to fix key injection.
robin-checkmk Oct 30, 2024
d204874
Try to fix key injection.
robin-checkmk Oct 30, 2024
d5a5a9f
Try to fix key injection.
robin-checkmk Oct 30, 2024
ba0283e
Clean up irrelevant conditional.
robin-checkmk Oct 30, 2024
d4df7d4
Cleanup.
robin-checkmk Oct 30, 2024
d220b46
Try to fix key injection.
robin-checkmk Oct 30, 2024
dc5c954
Final fix to bakery test.
robin-checkmk Oct 30, 2024
192fb72
Another round.
robin-checkmk Nov 11, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 40 additions & 2 deletions .github/workflows/ans-int-test-activation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,44 @@ jobs:
# Exclude unsupported sets.
- ansible: stable-2.15
python: '3.12'
- ansible: stable-2.16
python: '3.9'
- ansible: stable-2.17
python: '3.9'
- ansible: devel
python: '3.9'
- ansible: devel
python: '3.10'

services:
ancient_cre:
image: checkmk/check-mk-raw:2.1.0p48
ports:
- 5021:5000
env:
CMK_SITE_ID: "ancient_cre"
CMK_PASSWORD: "Sup3rSec4et!"
old_cre:
image: checkmk/check-mk-raw:2.2.0p35
ports:
- 5022:5000
env:
CMK_SITE_ID: "old_cre"
CMK_PASSWORD: "Sup3rSec4et!"
stable_cre:
image: checkmk/check-mk-raw:2.3.0p18
ports:
- 5023:5000
env:
CMK_SITE_ID: "stable_cre"
CMK_PASSWORD: "Sup3rSec4et!"
stable_cme:
image: checkmk/check-mk-managed:2.3.0p18
ports:
- 5323:5000
env:
CMK_SITE_ID: "stable_cme"
CMK_PASSWORD: "Sup3rSec4et!"

steps:
- name: Check out code
Expand All @@ -63,7 +101,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: ${{ matrix.python }}

- name: Install ansible-base (${{ matrix.ansible }})
run: pip install https://github.com/ansible/ansible/archive/${{ matrix.ansible }}.tar.gz --disable-pip-version-check
Expand All @@ -75,5 +113,5 @@ jobs:
CHECKMK_DOWNLOAD_PW: ${{ secrets.CHECKMK_DOWNLOAD_PW }}

- name: Run integration test
run: ansible-test integration ${{env.MODULE_NAME}} -v --color --retry-on-error --continue-on-error --diff --python ${{ matrix.python }} --docker default
run: ansible-test integration ${{env.MODULE_NAME}} -v --color --retry-on-error --continue-on-error --diff --python ${{ matrix.python }}
working-directory: ./ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}}
38 changes: 36 additions & 2 deletions .github/workflows/ans-int-test-bakery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,37 @@ jobs:
# Exclude unsupported sets.
- ansible: stable-2.15
python: '3.12'
- ansible: stable-2.16
python: '3.9'
- ansible: stable-2.17
python: '3.9'
- ansible: devel
python: '3.9'
- ansible: devel
python: '3.10'

services:
ancient_cfe:
image: checkmk/check-mk-free:2.1.0p48
ports:
- 5421:5000
env:
CMK_SITE_ID: "ancient_cfe"
CMK_PASSWORD: "Sup3rSec4et!"
old_cce:
image: checkmk/check-mk-cloud:2.2.0p35
ports:
- 5222:5000
env:
CMK_SITE_ID: "old_cce"
CMK_PASSWORD: "Sup3rSec4et!"
stable_cme:
image: checkmk/check-mk-managed:2.3.0p18
ports:
- 5323:5000
env:
CMK_SITE_ID: "stable_cme"
CMK_PASSWORD: "Sup3rSec4et!"

steps:
- name: Check out code
Expand All @@ -62,7 +93,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: ${{ matrix.python }}

- name: Install ansible-base (${{ matrix.ansible }})
run: pip install https://github.com/ansible/ansible/archive/${{ matrix.ansible }}.tar.gz --disable-pip-version-check
Expand All @@ -73,6 +104,9 @@ jobs:
env:
CHECKMK_DOWNLOAD_PW: ${{ secrets.CHECKMK_DOWNLOAD_PW }}

- name: "Install 'community.docker' Collection to be able to inject files into test containers."
run: ansible-galaxy collection install community.docker -p /home/runner/work/ansible-collection-checkmk.general/ansible-collection-checkmk.general/

- name: Run integration test
run: ansible-test integration ${{env.MODULE_NAME}} -v --color --retry-on-error --continue-on-error --diff --python ${{ matrix.python }} --docker default
run: ansible-test integration ${{env.MODULE_NAME}} -v --color --retry-on-error --continue-on-error --diff --python ${{ matrix.python }}
working-directory: ./ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}}
42 changes: 40 additions & 2 deletions .github/workflows/ans-int-test-contact_group.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,44 @@ jobs:
# Exclude unsupported sets.
- ansible: stable-2.15
python: '3.12'
- ansible: stable-2.16
python: '3.9'
- ansible: stable-2.17
python: '3.9'
- ansible: devel
python: '3.9'
- ansible: devel
python: '3.10'

services:
ancient_cre:
image: checkmk/check-mk-raw:2.1.0p48
ports:
- 5021:5000
env:
CMK_SITE_ID: "ancient_cre"
CMK_PASSWORD: "Sup3rSec4et!"
old_cre:
image: checkmk/check-mk-raw:2.2.0p35
ports:
- 5022:5000
env:
CMK_SITE_ID: "old_cre"
CMK_PASSWORD: "Sup3rSec4et!"
stable_cre:
image: checkmk/check-mk-raw:2.3.0p18
ports:
- 5023:5000
env:
CMK_SITE_ID: "stable_cre"
CMK_PASSWORD: "Sup3rSec4et!"
stable_cme:
image: checkmk/check-mk-managed:2.3.0p18
ports:
- 5323:5000
env:
CMK_SITE_ID: "stable_cme"
CMK_PASSWORD: "Sup3rSec4et!"

steps:
- name: Check out code
Expand All @@ -62,7 +100,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: ${{ matrix.python }}

- name: Install ansible-base (${{ matrix.ansible }})
run: pip install https://github.com/ansible/ansible/archive/${{ matrix.ansible }}.tar.gz --disable-pip-version-check
Expand All @@ -74,5 +112,5 @@ jobs:
CHECKMK_DOWNLOAD_PW: ${{ secrets.CHECKMK_DOWNLOAD_PW }}

- name: Run integration test
run: ansible-test integration ${{env.MODULE_NAME}} -v --color --retry-on-error --continue-on-error --diff --python ${{ matrix.python }} --docker default
run: ansible-test integration ${{env.MODULE_NAME}} -v --color --retry-on-error --continue-on-error --diff --python ${{ matrix.python }}
working-directory: ./ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}}
42 changes: 40 additions & 2 deletions .github/workflows/ans-int-test-discovery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,44 @@ jobs:
# Exclude unsupported sets.
- ansible: stable-2.15
python: '3.12'
- ansible: stable-2.16
python: '3.9'
- ansible: stable-2.17
python: '3.9'
- ansible: devel
python: '3.9'
- ansible: devel
python: '3.10'

services:
ancient_cre:
image: checkmk/check-mk-raw:2.1.0p48
ports:
- 5021:5000
env:
CMK_SITE_ID: "ancient_cre"
CMK_PASSWORD: "Sup3rSec4et!"
old_cre:
image: checkmk/check-mk-raw:2.2.0p35
ports:
- 5022:5000
env:
CMK_SITE_ID: "old_cre"
CMK_PASSWORD: "Sup3rSec4et!"
stable_cre:
image: checkmk/check-mk-raw:2.3.0p18
ports:
- 5023:5000
env:
CMK_SITE_ID: "stable_cre"
CMK_PASSWORD: "Sup3rSec4et!"
stable_cme:
image: checkmk/check-mk-managed:2.3.0p18
ports:
- 5323:5000
env:
CMK_SITE_ID: "stable_cme"
CMK_PASSWORD: "Sup3rSec4et!"

steps:
- name: Check out code
Expand All @@ -62,7 +100,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: ${{ matrix.python }}

- name: Install ansible-base (${{ matrix.ansible }})
run: pip install https://github.com/ansible/ansible/archive/${{ matrix.ansible }}.tar.gz --disable-pip-version-check
Expand All @@ -74,5 +112,5 @@ jobs:
CHECKMK_DOWNLOAD_PW: ${{ secrets.CHECKMK_DOWNLOAD_PW }}

- name: Run integration test
run: ansible-test integration ${{env.MODULE_NAME}} -v --color --retry-on-error --continue-on-error --diff --python ${{ matrix.python }} --docker default
run: ansible-test integration ${{env.MODULE_NAME}} -v --color --retry-on-error --continue-on-error --diff --python ${{ matrix.python }}
working-directory: ./ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}}
42 changes: 40 additions & 2 deletions .github/workflows/ans-int-test-downtime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,44 @@ jobs:
# Exclude unsupported sets.
- ansible: stable-2.15
python: '3.12'
- ansible: stable-2.16
python: '3.9'
- ansible: stable-2.17
python: '3.9'
- ansible: devel
python: '3.9'
- ansible: devel
python: '3.10'

services:
ancient_cre:
image: checkmk/check-mk-raw:2.1.0p48
ports:
- 5021:5000
env:
CMK_SITE_ID: "ancient_cre"
CMK_PASSWORD: "Sup3rSec4et!"
old_cre:
image: checkmk/check-mk-raw:2.2.0p35
ports:
- 5022:5000
env:
CMK_SITE_ID: "old_cre"
CMK_PASSWORD: "Sup3rSec4et!"
stable_cre:
image: checkmk/check-mk-raw:2.3.0p18
ports:
- 5023:5000
env:
CMK_SITE_ID: "stable_cre"
CMK_PASSWORD: "Sup3rSec4et!"
stable_cme:
image: checkmk/check-mk-managed:2.3.0p18
ports:
- 5323:5000
env:
CMK_SITE_ID: "stable_cme"
CMK_PASSWORD: "Sup3rSec4et!"

steps:
- name: Check out code
Expand All @@ -62,7 +100,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: ${{ matrix.python }}

- name: Install ansible-base (${{ matrix.ansible }})
run: pip install https://github.com/ansible/ansible/archive/${{ matrix.ansible }}.tar.gz --disable-pip-version-check
Expand All @@ -74,5 +112,5 @@ jobs:
CHECKMK_DOWNLOAD_PW: ${{ secrets.CHECKMK_DOWNLOAD_PW }}

- name: Run integration test
run: ansible-test integration ${{env.MODULE_NAME}} -v --color --retry-on-error --continue-on-error --diff --python ${{ matrix.python }} --docker default
run: ansible-test integration ${{env.MODULE_NAME}} -v --color --retry-on-error --continue-on-error --diff --python ${{ matrix.python }}
working-directory: ./ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}}
42 changes: 40 additions & 2 deletions .github/workflows/ans-int-test-folder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,44 @@ jobs:
# Exclude unsupported sets.
- ansible: stable-2.15
python: '3.12'
- ansible: stable-2.16
python: '3.9'
- ansible: stable-2.17
python: '3.9'
- ansible: devel
python: '3.9'
- ansible: devel
python: '3.10'

services:
ancient_cre:
image: checkmk/check-mk-raw:2.1.0p48
ports:
- 5021:5000
env:
CMK_SITE_ID: "ancient_cre"
CMK_PASSWORD: "Sup3rSec4et!"
old_cre:
image: checkmk/check-mk-raw:2.2.0p35
ports:
- 5022:5000
env:
CMK_SITE_ID: "old_cre"
CMK_PASSWORD: "Sup3rSec4et!"
stable_cre:
image: checkmk/check-mk-raw:2.3.0p18
ports:
- 5023:5000
env:
CMK_SITE_ID: "stable_cre"
CMK_PASSWORD: "Sup3rSec4et!"
stable_cme:
image: checkmk/check-mk-managed:2.3.0p18
ports:
- 5323:5000
env:
CMK_SITE_ID: "stable_cme"
CMK_PASSWORD: "Sup3rSec4et!"

steps:
- name: Check out code
Expand All @@ -62,7 +100,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: ${{ matrix.python }}

- name: Install ansible-base (${{ matrix.ansible }})
run: pip install https://github.com/ansible/ansible/archive/${{ matrix.ansible }}.tar.gz --disable-pip-version-check
Expand All @@ -74,5 +112,5 @@ jobs:
CHECKMK_DOWNLOAD_PW: ${{ secrets.CHECKMK_DOWNLOAD_PW }}

- name: Run integration test
run: ansible-test integration ${{env.MODULE_NAME}} -v --color --retry-on-error --continue-on-error --diff --python ${{ matrix.python }} --docker default
run: ansible-test integration ${{env.MODULE_NAME}} -v --color --retry-on-error --continue-on-error --diff --python ${{ matrix.python }}
working-directory: ./ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}}
Loading