Skip to content

Commit

Permalink
added ansible-galaxy collection install step to github actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andreygubarev committed May 10, 2024
1 parent 824203a commit f4a3fb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ jobs:
- name: Run test
run: |
direnv allow .
direnv exec . ansible-galaxy collection install -r requirements.yml
direnv exec . make test-platform-amd64

0 comments on commit f4a3fb9

Please sign in to comment.