Skip to content

Commit

Permalink
Install community package before inetegration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bhati-pradeep committed Mar 13, 2024
1 parent 100ffc2 commit a44e50a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ok-to-test-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- name: Install dependencies
run: |
pip install -r tests/integration/requirements.txt
ansible-galaxy collection install community.general
- name: Build and install the collection
run: |
NAMESPACE=$(cat galaxy.yml | shyaml get-value namespace)
Expand Down

0 comments on commit a44e50a

Please sign in to comment.