File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff 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
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments