From dc5847fcce00a619f4ae79a8a50a67d8981f6dd4 Mon Sep 17 00:00:00 2001 From: Mike Holloway Date: Fri, 3 Jan 2025 22:50:25 -0500 Subject: [PATCH] Molecule test work - selinux_permissive ansible module, collection install check --- .gitea/workflows/demo.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) 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