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:
|
jobs:
|
||||||
Explore-molecule-Gitea-Action:
|
Explore-molecule-Gitea-Action:
|
||||||
env:
|
env:
|
||||||
ANSIBLE_ROLES_PATH: '$HOME'
|
ANSIBLE_ROLES_PATH: "$GITHUB_WORKSPACE"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# container:
|
# container:
|
||||||
# images: rockylinux/rockylinux:9
|
# images: rockylinux/rockylinux:9
|
||||||
@ -13,15 +13,17 @@ jobs:
|
|||||||
- name: Check environment variables
|
- name: Check environment variables
|
||||||
run: |
|
run: |
|
||||||
env
|
env
|
||||||
# - name: Check out repository code
|
- name: Check out repository code
|
||||||
# uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
# - name: Set up Python
|
with:
|
||||||
# uses: actions/setup-python@v5
|
path: 'podman-host'
|
||||||
# with:
|
- name: Set up Python
|
||||||
# python-version: '3.12'
|
uses: actions/setup-python@v5
|
||||||
# - name: Set up molecule
|
with:
|
||||||
# run: pip install molecule
|
python-version: '3.12'
|
||||||
# - name: Molecule test
|
- name: Set up molecule
|
||||||
# run: |
|
run: pip install molecule
|
||||||
# cd extensions
|
- name: Molecule test
|
||||||
# molecule test
|
run: |
|
||||||
|
cd podman-host/extensions
|
||||||
|
molecule test
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user