File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ jobs:
12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Check out the codebase.
15
- uses : actions/checkout@v2
15
+ uses : actions/checkout@v3
16
16
with :
17
17
path : " ${{ github.repository }}"
18
18
19
19
- name : Set up Python 3.
20
- uses : actions/setup-python@v2
20
+ uses : actions/setup-python@v4
21
21
with :
22
22
python-version : ' 3.x'
23
23
Original file line number Diff line number Diff line change 53
53
python-version : ' 3.x'
54
54
55
55
- name : Install test dependencies
56
- run : pip3 install ansible docker molecule molecule-plugins[docker] "requests<2.29.2"
56
+ run : pip3 install ansible docker molecule molecule-plugins[docker] "requests<2.29.2" jmespath
57
57
58
58
- name : Run Molecule test - repo
59
59
run : molecule test --scenario-name repo
68
68
69
69
org :
70
70
name : Test Org Runner
71
+ needs : repo
71
72
environment :
72
73
name : test
73
74
runs-on : ubuntu-22.04
You can’t perform that action at this time.
0 commit comments