Skip to content

Commit 2751462

Browse files
Merge pull request #189 from MonolithProjects/fix/gha_tests
Fix/gha tests
2 parents 925a7b7 + 9331f2f commit 2751462

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/tests.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,11 @@ jobs:
4747
- name: Set up Python 3
4848
uses: actions/setup-python@v4
4949
with:
50-
python-version: '3.x'
50+
python-version: '3.11'
5151

5252
- name: Install test dependencies
5353
run: |
5454
pip3 install ansible docker molecule molecule-plugins[docker] "requests<2.29.2" jmespath
55-
# https://github.com/ansible/molecule/issues/4017
56-
pip3 install ansible ansible-core==2.15.2 ansible-compat==4.1.5 'molecule<6' molecule-plugins[docker] docker
5755
5856
- name: Run Molecule test - repo
5957
run: molecule test --scenario-name repo
@@ -91,7 +89,7 @@ jobs:
9189
- name: Set up Python 3
9290
uses: actions/setup-python@v4
9391
with:
94-
python-version: '3.x'
92+
python-version: '3.11'
9593

9694
- name: Install test dependencies
9795
run: pip3 install ansible docker molecule molecule-plugins[docker] "requests<2.29.2" jmespath

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
[![awesome-runners](https://img.shields.io/badge/listed%20on-awesome--runners-blue.svg)](https://github.com/jonico/awesome-runners)
44
[![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/)
5-
[![Role downloads](https://img.shields.io/ansible/role/d/19739)](https://galaxy.ansible.com/ui/standalone/roles/monolithprojects/github_actions_runner/)
5+
[![Role downloads](https://img.shields.io/ansible/role/d/MonolithProjects/github_actions_runner
6+
)](https://galaxy.ansible.com/ui/standalone/roles/monolithprojects/github_actions_runner/)
67
[![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)
78
[![License](https://img.shields.io/github/license/MonolithProjects/ansible-github_actions_runner)](https://github.com/MonolithProjects/ansible-github_actions_runner/blob/main/LICENSE)
89

@@ -43,7 +44,8 @@ Personal Access Token for GitHub account can be created [here](https://github.co
4344
* Fedora 29+
4445
* Debian 9+
4546
* Ubuntu 16.04+
46-
* macOS High Sierra +
47+
* MacOS High Sierra +
48+
4749
## Weekly tested on:
4850

4951
* Debian 11

0 commit comments

Comments
 (0)