diff --git a/.gitea/workflows/demo.yml b/.gitea/workflows/demo.yml index 8d09bc4..306d692 100644 --- a/.gitea/workflows/demo.yml +++ b/.gitea/workflows/demo.yml @@ -4,14 +4,14 @@ on: [push] jobs: Explore-molecule-Gitea-Action: + env: + ANSIBLE_ROLES_PATH: '$HOME' runs-on: ubuntu-latest # container: # images: rockylinux/rockylinux:9 steps: - name: Check out repository code uses: actions/checkout@v4 - with: - path: 'podman-host' - name: Set up Python uses: actions/setup-python@v5 with: @@ -20,5 +20,5 @@ jobs: run: pip install molecule - name: Molecule test run: | - cd podman-host/extensions + cd extensions molecule test