Skip to content

Commit

Permalink
Install dependency roles before running
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksanderbl29 committed May 28, 2024
1 parent a01f3af commit bbe4976
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- name: Install dependencies
run: pip3 install yamllint ansible-lint ansible

- name: Download roles
run: ansible-galaxy install -r collections/requirements.yml

- name: yamllint
run: yamllint .

Expand Down

0 comments on commit bbe4976

Please sign in to comment.