mirror of
https://github.com/HanXHX/ansible-mysql.git
synced 2026-04-21 14:42:09 +07:00
👷 Add missing dep for CI
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -37,5 +37,13 @@ jobs:
|
|||||||
- name: Fetch code
|
- name: Fetch code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Set up Python 3.
|
||||||
|
uses: actions/setup-python@v5
|
||||||
|
with:
|
||||||
|
python-version: '3.x'
|
||||||
|
|
||||||
|
- name: Install lib dependencies
|
||||||
|
run: pip3 install netaddr
|
||||||
|
|
||||||
- name: Run ansible-lint
|
- name: Run ansible-lint
|
||||||
uses: ansible/ansible-lint@v24.7.0
|
uses: ansible/ansible-lint@v24.7.0
|
||||||
|
|||||||
8
.github/workflows/molecule.yml
vendored
8
.github/workflows/molecule.yml
vendored
@@ -23,6 +23,14 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: "${{ github.repository }}"
|
path: "${{ github.repository }}"
|
||||||
|
|
||||||
|
- name: Set up Python 3.
|
||||||
|
uses: actions/setup-python@v5
|
||||||
|
with:
|
||||||
|
python-version: '3.x'
|
||||||
|
|
||||||
|
- name: Install lib dependencies
|
||||||
|
run: pip3 install netaddr
|
||||||
|
|
||||||
- name: Molecule
|
- name: Molecule
|
||||||
uses: gofrolist/molecule-action@v2
|
uses: gofrolist/molecule-action@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user