Molecule test work - molecule search path work, ANSIBLE_ROLES_PATH and GITHUB_WORKSPACE env vars
Some checks failed
Gitea Actions - molecule test work / Explore-molecule-Gitea-Action (push) Failing after 44s
Some checks failed
Gitea Actions - molecule test work / Explore-molecule-Gitea-Action (push) Failing after 44s
This commit is contained in:
parent
8ae37f1dfa
commit
03dcf9106a
@ -5,7 +5,7 @@ on: [push]
|
||||
jobs:
|
||||
Explore-molecule-Gitea-Action:
|
||||
env:
|
||||
ANSIBLE_ROLES_PATH: '$HOME'
|
||||
ANSIBLE_ROLES_PATH: "$GITHUB_WORKSPACE"
|
||||
runs-on: ubuntu-latest
|
||||
# container:
|
||||
# images: rockylinux/rockylinux:9
|
||||
@ -13,15 +13,17 @@ jobs:
|
||||
- name: Check environment variables
|
||||
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
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
path: 'podman-host'
|
||||
- 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 podman-host/extensions
|
||||
molecule test
|
||||
|
||||
Loading…
Reference in New Issue
Block a user