From 21359275fc1459cf60406331567e9ecd75de0b65 Mon Sep 17 00:00:00 2001 From: Richard Barrett Date: Tue, 29 Oct 2024 22:00:06 -0500 Subject: [PATCH] Fix --- .github/workflows/molecule.yml | 23 ++++++----------------- 1 file changed, 6 insertions(+), 17 deletions(-) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 8a2e2b0..93e426c 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -9,22 +9,11 @@ on: branches: [ main ] jobs: - test: + molecule: runs-on: ubuntu-latest - steps: - - name: 'Checkout' - uses: actions/checkout@v2 - - - name: 'Set up Python' - uses: actions/setup-python@v2 - with: - python-version: '3.9' - - - name: 'Install dependencies' - run: | - python -m pip install --upgrade pip - pip install ansible ansible-lint molecule - - - name: 'Run Molecule Test' - run: molecule test + - uses: actions/checkout@v2 + with: + path: "${{ github.repository }}" + - name: Molecule + uses: monolithprojects/action-molecule@v1.4.1