forked from infra/ansible
Install missing module for CI
This commit is contained in:
parent
e6779e021a
commit
7abaa1fcb2
1 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ jobs:
|
|||
steps:
|
||||
- name: Install testing tools
|
||||
run: |
|
||||
dnf install -y yamllint
|
||||
dnf install -y yamllint nodejs
|
||||
|
||||
- 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
|
||||
dnf install -y ansible-lint nodejs
|
||||
|
||||
- name: Checkout code
|
||||
uses: https://code.forgejo.org/actions/checkout@v6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue