forked from infra/ansible
Add git package for CI
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
7abaa1fcb2
commit
d62c10ca01
1 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ jobs:
|
|||
steps:
|
||||
- name: Install testing tools
|
||||
run: |
|
||||
dnf install -y yamllint nodejs
|
||||
dnf install -y yamllint nodejs git
|
||||
|
||||
- name: Checkout code
|
||||
uses: https://code.forgejo.org/actions/checkout@v6
|
||||
|
|
@ -34,7 +34,7 @@ jobs:
|
|||
steps:
|
||||
- name: Install testing tools
|
||||
run: |
|
||||
dnf install -y ansible-lint nodejs
|
||||
dnf install -y ansible-lint nodejs git
|
||||
|
||||
- name: Checkout code
|
||||
uses: https://code.forgejo.org/actions/checkout@v6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue