Testing Molecule #1

Merged
giacchetta merged 3 commits from add-trigger into main 2026-04-08 23:01:42 +00:00
Showing only changes of commit f61de6753f - Show all commits

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