Molecule test work - molecule search path work
This commit is contained in:
parent
d999dd1ce6
commit
1240b940e3
@ -8,18 +8,18 @@ jobs:
|
|||||||
# container:
|
# container:
|
||||||
# images: rockylinux/rockylinux:9
|
# images: rockylinux/rockylinux:9
|
||||||
steps:
|
steps:
|
||||||
- name: Check our environment variables
|
- name: Check out repository code
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
path: podman-host
|
||||||
|
images: rockylinux/rockylinux:9
|
||||||
|
- name: Set up Python
|
||||||
|
uses: actions/setup-python@v5
|
||||||
|
with:
|
||||||
|
python-version: '3.12'
|
||||||
|
- name: Set up molecule
|
||||||
|
run: pip install molecule
|
||||||
|
- name: Molecule test
|
||||||
run: |
|
run: |
|
||||||
env
|
cd extensions
|
||||||
# - name: Check out repository code
|
molecule test
|
||||||
# uses: actions/checkout@v4
|
|
||||||
# - name: Set up Python
|
|
||||||
# uses: actions/setup-python@v5
|
|
||||||
# with:
|
|
||||||
# python-version: '3.12'
|
|
||||||
# - name: Set up molecule
|
|
||||||
# run: pip install molecule
|
|
||||||
# - name: Molecule test
|
|
||||||
# run: |
|
|
||||||
# cd extensions
|
|
||||||
# molecule test
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user