Skip to content

Commit 9d4a6ee

Browse files
authored
CI: Fix cross testing workflow (#401)
* fix cross testing workflow * Update name
1 parent 6ba2d10 commit 9d4a6ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release-cross-repo-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ jobs:
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

0 commit comments

Comments
 (0)