mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-17 08:21:24 -07:00
ci: update workflows
This commit is contained in:
parent
52d9286ea3
commit
ca2dbe78c2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -123,7 +123,7 @@ jobs:
|
||||||
- name: Install yamllint, ansible and molecule
|
- name: Install yamllint, ansible and molecule
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install yamllint 'molecule>=4.0.4' 'molecule-plugins[docker]>=23.0.0' ansible-core flake8 ansible-lint voluptuous
|
pip install 'molecule>=5.0.1' 'molecule-plugins[docker]>=23.0.0' ansible-coreansible-core==${{ matrix.ansible_version }}
|
||||||
if [ -f ansible_collections/middleware_automation/keycloak/requirements.txt ]; then
|
if [ -f ansible_collections/middleware_automation/keycloak/requirements.txt ]; then
|
||||||
pip install -r ansible_collections/middleware_automation/keycloak/requirements.txt
|
pip install -r ansible_collections/middleware_automation/keycloak/requirements.txt
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue