Drop obsolete code from CI

This commit is contained in:
Alexander Gorelyshev
2025-12-28 14:26:07 +04:00
parent 3582e96f17
commit 1ffdd73f31

View File

@@ -13,7 +13,6 @@ jobs:
steps:
- uses: actions/checkout@v6
- uses: mamba-org/setup-micromamba@4d84239119b14cba1690b971f05c0bab912bea04
with:
micromamba-version: '2.4.0-0'
@@ -22,14 +21,6 @@ jobs:
post-cleanup: 'all'
cache-environment: true
# - name: "Install role dependencies"
# run: ansible-galaxy install -r requirements.yml
# shell: micromamba-shell {0}
- name: "Install community.general collection"
run: ansible-galaxy collection install community.general
shell: micromamba-shell {0}
- name: Check workflow files themselves with ActionLint
run: actionlint
shell: micromamba-shell {0}
@@ -38,7 +29,7 @@ jobs:
run: yamllint ci/*.yml
shell: micromamba-shell {0}
- name: "Install collection dependencies"
- name: Install collection dependencies
run: ansible-galaxy install -r requirements.yml
shell: micromamba-shell {0}