File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -47,13 +47,11 @@ jobs:
47
47
- name : Set up Python 3
48
48
uses : actions/setup-python@v4
49
49
with :
50
- python-version : ' 3.x '
50
+ python-version : ' 3.11 '
51
51
52
52
- name : Install test dependencies
53
53
run : |
54
54
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
57
55
58
56
- name : Run Molecule test - repo
59
57
run : molecule test --scenario-name repo
91
89
- name : Set up Python 3
92
90
uses : actions/setup-python@v4
93
91
with :
94
- python-version : ' 3.x '
92
+ python-version : ' 3.11 '
95
93
96
94
- name : Install test dependencies
97
95
run : pip3 install ansible docker molecule molecule-plugins[docker] "requests<2.29.2" jmespath
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ awesome-runners] ( https://img.shields.io/badge/listed%20on-awesome--runners-blue.svg )] ( https://github.com/jonico/awesome-runners )
4
4
[ ![ 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/ )
6
7
[ ![ 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 )
7
8
[ ![ License] ( https://img.shields.io/github/license/MonolithProjects/ansible-github_actions_runner )] ( https://github.com/MonolithProjects/ansible-github_actions_runner/blob/main/LICENSE )
8
9
@@ -43,7 +44,8 @@ Personal Access Token for GitHub account can be created [here](https://github.co
43
44
* Fedora 29+
44
45
* Debian 9+
45
46
* Ubuntu 16.04+
46
- * macOS High Sierra +
47
+ * MacOS High Sierra +
48
+
47
49
## Weekly tested on:
48
50
49
51
* Debian 11
You can’t perform that action at this time.
0 commit comments