feat: make fixes to be compatible with latest version #5
@@ -22,11 +22,11 @@ jobs:
|
||||
with:
|
||||
path: "palkx.users"
|
||||
- name: Setup Python 3
|
||||
uses: actions/setup-python@v5
|
||||
uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: "3.x"
|
||||
python-version: "3.13"
|
||||
- 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
|
||||
run: "yamllint ."
|
||||
- name: Lint code with yamllint
|
||||
@@ -51,11 +51,11 @@ jobs:
|
||||
with:
|
||||
path: "palkx.users"
|
||||
- name: Setup Python 3
|
||||
uses: actions/setup-python@v5
|
||||
uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: "3.x"
|
||||
python-version: "3.13"
|
||||
- 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
|
||||
run: molecule test
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user