Molecule test work - geerlingguy way (yt CYghlf-6Opc). Rebuilt runner, debugging actions environment
Some checks failed
Gitea Actions - molecule test work / Explore-molecule-Gitea-Action (push) Failing after 20s

This commit is contained in:
Mike Holloway 2025-01-03 23:36:39 -05:00
parent 1717a220aa
commit a2792cf5c1

View File

@ -8,8 +8,11 @@ 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: Check out repository code - name: Project Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: List files in the repository with:
path: 'podman-host'
- name: Molecule test
run: | run: |
ls ${{ gitea.workspace }} cd podman-host/extensions
molecule test