Skip to content

Commit

Permalink
test stable 2.15 and 2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
mtarking committed Apr 10, 2024
1 parent f9d36a4 commit 2e31324
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ jobs:
name: collection
path: .cache/collection-tarballs

- name: Install requirements
run: pip install -r requirements.txt

- name: Create ansible.cfg file
run: |
echo "[galaxy]" > ansible.cfg
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
requests
iac-validate==0.2.3
iac-validate==0.2.5
iac-test==0.2.5
macaddress

0 comments on commit 2e31324

Please sign in to comment.