Molecule test work - molecule search path work, ANSIBLE_ROLES_PATH and GITHUB_WORKSPACE env vars part II
Some checks failed
Gitea Actions - molecule test work / Explore-molecule-Gitea-Action (push) Failing after 32s
Some checks failed
Gitea Actions - molecule test work / Explore-molecule-Gitea-Action (push) Failing after 32s
This commit is contained in:
parent
03dcf9106a
commit
d8df63b93e
@ -5,7 +5,7 @@ on: [push]
|
||||
jobs:
|
||||
Explore-molecule-Gitea-Action:
|
||||
env:
|
||||
ANSIBLE_ROLES_PATH: "$GITHUB_WORKSPACE"
|
||||
ANSIBLE_ROLES_PATH: '/workspace/seasharp/ansible-role_podman-host'
|
||||
runs-on: ubuntu-latest
|
||||
# container:
|
||||
# images: rockylinux/rockylinux:9
|
||||
@ -25,5 +25,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