Molecule test work - selinux_permissive ansible module, test subcontainer, community.general plugin or module test
Some checks failed
Gitea Actions - molecule test work / Explore-molecule-Gitea-Action (push) Failing after 17s

This commit is contained in:
Mike Holloway 2025-01-03 22:37:54 -05:00
parent 4f4e1f82b7
commit 5e9d9a852e

View File

@ -14,17 +14,18 @@ jobs:
run: 'cat /etc/os-release'
- name: Check environment variables
run: |
env
dnf install -y nodejs git python3-pip
- name: Check out repository code
uses: actions/checkout@v4
with:
path: 'podman-host'
- name: Set up Python
uses: actions/setup-python@v5
- name: Set up molecule
run: pip install molecule
- name: Molecule test
run: |
cd podman-host/extensions
molecule test
rpm -qa | grep ansible
# env
# dnf install -y nodejs git python3-pip
# - name: Check out repository code
# uses: actions/checkout@v4
# with:
# path: 'podman-host'
# - name: Set up Python
# uses: actions/setup-python@v5
# - name: Set up molecule
# run: pip install molecule
# - name: Molecule test
# run: |
# cd podman-host/extensions
# molecule test