File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 6
6
- master
7
7
- main
8
8
- devel*
9
+ - fix/*
9
10
types : [opened, synchronize, reopened]
10
11
paths :
11
12
- ' defaults/**'
@@ -47,13 +48,11 @@ jobs:
47
48
- name : Set up Python 3
48
49
uses : actions/setup-python@v4
49
50
with :
50
- python-version : ' 3.x '
51
+ python-version : ' 3.11 '
51
52
52
53
- name : Install test dependencies
53
54
run : |
54
55
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
56
58
57
- name : Run Molecule test - repo
59
58
run : molecule test --scenario-name repo
91
90
- name : Set up Python 3
92
91
uses : actions/setup-python@v4
93
92
with :
94
- python-version : ' 3.x '
93
+ python-version : ' 3.11 '
95
94
96
95
- name : Install test dependencies
97
96
run : pip3 install ansible docker molecule molecule-plugins[docker] "requests<2.29.2" jmespath
You can’t perform that action at this time.
0 commit comments