Skip to content

Commit

Permalink
add collection_pre_install logic
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruchip16 committed Jul 25, 2024
1 parent 895d765 commit f4c256b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ jobs:
shell: bash
run: sudo apt update && sudo apt install libssh-dev
if: ${{ matrix.entry.python == 3.12 }}
- name: Pre-install Ansible collections
if: ${{ inputs.collection_pre_install != '' }}
run: ansible-galaxy collection install ${{ inputs.collection_pre_install }}
- name: Run tox integration tests
run: >-
python -m tox --ansible -e ${{ matrix.entry.name }} --conf
Expand Down

0 comments on commit f4c256b

Please sign in to comment.