Skip to content

Commit

Permalink
try palewire action to install via Pipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
acteru committed Dec 21, 2023
1 parent 68b0817 commit cafa8f0
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,13 @@ jobs:
name: Molecule
runs-on: self-hosted
steps:
- name: Check out the codebase
uses: actions/checkout@v2
- name: Checkout
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v2
- name: Install Python, pipenv and Pipfile packages
uses: palewire/install-python-pipenv-pipfile@v3
with:
python-version: '3.12.0'
python-version: '3.10'

- name: Install dependencies.
run: pip3 install yamllint ansible-lint ansible "molecule[lint,docker]"
- name: Run molecule
run: molecule test -s get_xml_tag

0 comments on commit cafa8f0

Please sign in to comment.