Skip to content

Commit

Permalink
fix(CI): install dependencies before test
Browse files Browse the repository at this point in the history
  • Loading branch information
meysam81 committed Sep 21, 2024
1 parent c9971bb commit 4e4d6b2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ jobs:
localhost:
ansible_connection: local
EOF
- name: Install the dependencies
run: |
ansible-galaxy collection install -r requirements.yml
ansible-galaxy collection install ./
- name: Ansible playbook
run: ansible-playbook playbook.yml -i localhost.yml -t ${{ matrix.role }}

Expand Down Expand Up @@ -129,7 +133,7 @@ jobs:
id: git-cliff
with:
config: cliff.toml
args: --verbose
args: --verbose --current
env:
OUTPUT: CHANGELOG.md
- name: Create github release
Expand Down

0 comments on commit 4e4d6b2

Please sign in to comment.