Molecule test work - molecule search path work
This commit is contained in:
parent
d999dd1ce6
commit
1240b940e3
@ -8,18 +8,18 @@ jobs:
|
||||
# container:
|
||||
# images: rockylinux/rockylinux:9
|
||||
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: |
|
||||
env
|
||||
# - name: Check out repository code
|
||||
# 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
|
||||
cd extensions
|
||||
molecule test
|
||||
|
||||
Loading…
Reference in New Issue
Block a user