Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Jun 28, 2023
1 parent 898a21f commit d54732f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Setup Python 3
uses: actions/setup-python@v4
with:
python-version: "3.x"

- name: Install test dependencies
run: pip3 install yamllint

Expand Down Expand Up @@ -55,6 +60,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Setup Python 3
uses: actions/setup-python@v4
with:
python-version: "3.x"

- name: Upgrade pyopenssl
run: pip install pyopenssl --upgrade

- name: Install test dependencies
run: pip3 install molecule-plugins[docker] jmespath

Expand All @@ -78,6 +91,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Setup Python 3
uses: actions/setup-python@v4
with:
python-version: "3.x"

- name: Install Ansible
run: pip3 install ansible-core

Expand Down

0 comments on commit d54732f

Please sign in to comment.