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
Some checks failed
Gitea Actions - molecule test work / Explore-molecule-Gitea-Action (push) Failing after 17s
This commit is contained in:
parent
4f4e1f82b7
commit
5e9d9a852e
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user