Compare commits
1 Commits
f85285d07a
...
c308225b56
| Author | SHA1 | Date | |
|---|---|---|---|
|
c308225b56
|
@@ -22,11 +22,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: "palkx.users"
|
path: "palkx.users"
|
||||||
- name: Setup Python 3
|
- name: Setup Python 3
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v6
|
||||||
with:
|
with:
|
||||||
python-version: "3.x"
|
python-version: "3.13"
|
||||||
- name: Intall test dependencies
|
- name: Intall test dependencies
|
||||||
run: pip3 install yamllint ansible-lint
|
run: pip3 install yamllint==1.37.1 ansible-lint==25.12.0
|
||||||
- name: Lint code with yamllint
|
- name: Lint code with yamllint
|
||||||
run: "yamllint ."
|
run: "yamllint ."
|
||||||
- name: Lint code with yamllint
|
- name: Lint code with yamllint
|
||||||
@@ -51,11 +51,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: "palkx.users"
|
path: "palkx.users"
|
||||||
- name: Setup Python 3
|
- name: Setup Python 3
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v6
|
||||||
with:
|
with:
|
||||||
python-version: "3.x"
|
python-version: "3.13"
|
||||||
- name: Intall test dependencies
|
- name: Intall test dependencies
|
||||||
run: pip3 install ansible==12.2.0 molecule molecule-plugins[docker] docker
|
run: pip3 install ansible-core==2.20.0 molecule==25.12.0 molecule-plugins[docker]==25.8.12 docker==7.1.0
|
||||||
- name: Run Molecule tests
|
- name: Run Molecule tests
|
||||||
run: molecule test
|
run: molecule test
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user