diff --git a/.gitea/workflows/demo.yml b/.gitea/workflows/demo.yml index 7cae21c..81a3d1a 100644 --- a/.gitea/workflows/demo.yml +++ b/.gitea/workflows/demo.yml @@ -17,15 +17,15 @@ jobs: dnf install -y nodejs git ansible-core python3-pip ansible-galaxy collection install community.general # env -# - name: Check out repository code -# uses: actions/checkout@v4 -# with: -# path: 'podman-host' -# - name: Set up Python -# uses: actions/setup-python@v5 -# - name: Set up molecule -# run: pip install molecule -# - name: Molecule test -# run: | -# cd podman-host/extensions -# molecule test + - name: Check out repository code + uses: actions/checkout@v4 + with: + path: 'podman-host' + - name: Set up Python + uses: actions/setup-python@v5 + - name: Set up molecule + run: pip install molecule + - name: Molecule test + run: | + cd podman-host/extensions + molecule test