Commit 0b39c36 1 parent 1a27c8c commit 0b39c36 Copy full SHA for 0b39c36
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 27
27
python-version : ' 3.x'
28
28
29
29
- name : Install test dependencies.
30
- run : pip3 install molecule-docker docker yamllint ansible-lint flake8 ansible
30
+ run : pip3 install molecule-docker docker yamllint ansible-lint flake8 ansible lxml
31
31
32
32
- name : Test Building the collection
33
33
run : |
56
56
PY_COLORS : ' 1'
57
57
ANSIBLE_FORCE_COLOR : ' 1'
58
58
MOLECULE_DISTRO : ${{ matrix.distro }}
59
-
59
+
Original file line number Diff line number Diff line change 24
24
python-version : ' 3.x'
25
25
26
26
- name : Install test dependencies.
27
- run : pip3 install molecule-docker docker yamllint ansible-lint flake8
27
+ run : pip3 install molecule-docker docker yamllint ansible-lint flake8 lxml
28
28
29
29
- name : Build the collection
30
30
run : |
37
37
- name : Sanity test the collection
38
38
run : |
39
39
cd /home/runner/.ansible/collections/ansible_collections/appdynamics/agents
40
- ansible-test sanity --docker default -v
40
+ ansible-test sanity --docker default -v
You can’t perform that action at this time.
0 commit comments