Skip to content

Commit

Permalink
Merge pull request #189 from MonolithProjects/fix/gha_tests
Browse files Browse the repository at this point in the history
Fix/gha tests
  • Loading branch information
MonolithProjects authored Nov 25, 2023
2 parents 925a7b7 + 9331f2f commit 2751462
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,11 @@ jobs:
- name: Set up Python 3
uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: '3.11'

- name: Install test dependencies
run: |
pip3 install ansible docker molecule molecule-plugins[docker] "requests<2.29.2" jmespath
# https://github.com/ansible/molecule/issues/4017
pip3 install ansible ansible-core==2.15.2 ansible-compat==4.1.5 'molecule<6' molecule-plugins[docker] docker
- name: Run Molecule test - repo
run: molecule test --scenario-name repo
Expand Down Expand Up @@ -91,7 +89,7 @@ jobs:
- name: Set up Python 3
uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: '3.11'

- name: Install test dependencies
run: pip3 install ansible docker molecule molecule-plugins[docker] "requests<2.29.2" jmespath
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

[![awesome-runners](https://img.shields.io/badge/listed%20on-awesome--runners-blue.svg)](https://github.com/jonico/awesome-runners)
[![Role version](https://img.shields.io/github/v/release/MonolithProjects/ansible-github_actions_runner)](https://galaxy.ansible.com/ui/standalone/roles/monolithprojects/github_actions_runner/)
[![Role downloads](https://img.shields.io/ansible/role/d/19739)](https://galaxy.ansible.com/ui/standalone/roles/monolithprojects/github_actions_runner/)
[![Role downloads](https://img.shields.io/ansible/role/d/MonolithProjects/github_actions_runner
)](https://galaxy.ansible.com/ui/standalone/roles/monolithprojects/github_actions_runner/)
[![Molecule test](https://github.com/MonolithProjects/ansible-github_actions_runner/actions/workflows/tests.yml/badge.svg)](https://github.com/MonolithProjects/ansible-github_actions_runner/actions/workflows/tests.yml)
[![License](https://img.shields.io/github/license/MonolithProjects/ansible-github_actions_runner)](https://github.com/MonolithProjects/ansible-github_actions_runner/blob/main/LICENSE)

Expand Down Expand Up @@ -43,7 +44,8 @@ Personal Access Token for GitHub account can be created [here](https://github.co
* Fedora 29+
* Debian 9+
* Ubuntu 16.04+
* macOS High Sierra +
* MacOS High Sierra +

## Weekly tested on:

* Debian 11
Expand Down

0 comments on commit 2751462

Please sign in to comment.