re-enable controls
All checks were successful
Update Gitea Version / update-version (pull_request) Successful in 3s

This commit is contained in:
2026-04-08 19:35:29 -03:00
parent a908afddc2
commit f61de6753f

View File

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