Molecule test work - geerlingguy way (yt CYghlf-6Opc). Debugging, node missing from PATH
Some checks failed
Gitea Actions - molecule test work / Explore-molecule-Gitea-Action (push) Failing after 2s

This commit is contained in:
Mike Holloway 2025-01-03 23:31:03 -05:00
parent 57c7b4934c
commit 571362a90b

View File

@ -8,11 +8,8 @@ jobs:
ANSIBLE_ROLES_PATH: '/workspace/seasharp/ansible-role_podman-host' ANSIBLE_ROLES_PATH: '/workspace/seasharp/ansible-role_podman-host'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Project Checkout - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v4
with: - name: List files in the repository
path: 'podman-host'
- name: Molecule test
run: | run: |
cd podman-host/extensions ls ${{ gitea.workspace }}
molecule test