Testing Molecule
Some checks failed
Update Gitea Version / update-version (pull_request) Failing after 3m11s

This commit is contained in:
2026-04-08 18:59:56 -03:00
parent 8417362549
commit 987d2ec610
2 changed files with 20 additions and 3 deletions

View File

@@ -42,11 +42,11 @@ jobs:
fi
- name: Install Molecule
if: steps.check.outputs.needs_update == 'true'
# if: steps.check.outputs.needs_update == 'true'
run: pip install ansible molecule molecule-plugins[podman]
- name: Install Ansible collections
if: steps.check.outputs.needs_update == 'true'
# if: steps.check.outputs.needs_update == 'true'
run: ansible-galaxy collection install containers.podman
- name: Update gitea_version
@@ -62,7 +62,7 @@ jobs:
echo "Verified: gitea_version updated to $UPDATED"
- name: Run Molecule tests
if: steps.check.outputs.needs_update == 'true'
# if: steps.check.outputs.needs_update == 'true'
working-directory: ansible_role_scm
run: molecule test