File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 with :
2727 python-version : ' 3.10'
2828
29- - name : Install linode_api4
30- run : make install
31-
3229 - name : checkout repo
3330 uses : actions/checkout@v3
3431 with :
@@ -48,12 +45,15 @@ jobs:
4845 cd .ansible/collections/ansible_collections/linode/cloud
4946 make install
5047
48+ - name : Install linode_api4 # Need to install from source after all ansible dependencies have been installed
49+ run : make install
50+
5151 - name : replace existing keys
5252 run : |
5353 cd .ansible/collections/ansible_collections/linode/cloud
5454 rm -rf ~/.ansible/test && mkdir -p ~/.ansible/test && ssh-keygen -m PEM -q -t rsa -N '' -f ~/.ansible/test/id_rsa
5555
56- - name : run tests
56+ - name : Run Ansible Tests
5757 run : |
5858 cd .ansible/collections/ansible_collections/linode/cloud
5959 make testall
You can’t perform that action at this time.
0 commit comments