File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 26
26
with :
27
27
python-version : ' 3.10'
28
28
29
- - name : Install linode_api4
30
- run : make install
31
-
32
29
- name : checkout repo
33
30
uses : actions/checkout@v3
34
31
with :
@@ -48,12 +45,15 @@ jobs:
48
45
cd .ansible/collections/ansible_collections/linode/cloud
49
46
make install
50
47
48
+ - name : Install linode_api4 # Need to install from source after all ansible dependencies have been installed
49
+ run : make install
50
+
51
51
- name : replace existing keys
52
52
run : |
53
53
cd .ansible/collections/ansible_collections/linode/cloud
54
54
rm -rf ~/.ansible/test && mkdir -p ~/.ansible/test && ssh-keygen -m PEM -q -t rsa -N '' -f ~/.ansible/test/id_rsa
55
55
56
- - name : run tests
56
+ - name : Run Ansible Tests
57
57
run : |
58
58
cd .ansible/collections/ansible_collections/linode/cloud
59
59
make testall
You can’t perform that action at this time.
0 commit comments