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