Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard-Barrett committed Oct 30, 2024
1 parent 7f97cb6 commit 2135927
Showing 1 changed file with 6 additions and 17 deletions.
23 changes: 6 additions & 17 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2135927

Please # to comment.