Molecule test work - molecule search path work, ANSIBLE_ROLES_PATH env var
Some checks failed
Gitea Actions - molecule test work / Explore-molecule-Gitea-Action (push) Failing after 35s
Some checks failed
Gitea Actions - molecule test work / Explore-molecule-Gitea-Action (push) Failing after 35s
This commit is contained in:
parent
1ab3031702
commit
6b39dff622
@ -4,14 +4,14 @@ on: [push]
|
||||
|
||||
jobs:
|
||||
Explore-molecule-Gitea-Action:
|
||||
env:
|
||||
ANSIBLE_ROLES_PATH: '$HOME'
|
||||
runs-on: ubuntu-latest
|
||||
# container:
|
||||
# images: rockylinux/rockylinux:9
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
path: 'podman-host'
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
@ -20,5 +20,5 @@ jobs:
|
||||
run: pip install molecule
|
||||
- name: Molecule test
|
||||
run: |
|
||||
cd podman-host/extensions
|
||||
cd extensions
|
||||
molecule test
|
||||
|
||||
Loading…
Reference in New Issue
Block a user