mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-28 05:40:19 +01:00
ci: Add missing requirements
Signed-off-by: Jakub Jelen <jjelen@redhat.com>
This commit is contained in:
parent
d3e3bdce5a
commit
793cca4c97
2 changed files with 5 additions and 0 deletions
3
.github/workflows/ansible-debian-check.yml
vendored
3
.github/workflows/ansible-debian-check.yml
vendored
|
@ -15,6 +15,7 @@ jobs:
|
||||||
group: local
|
group: local
|
||||||
hosts: localhost
|
hosts: localhost
|
||||||
targets: "tests/tests_*.yml"
|
targets: "tests/tests_*.yml"
|
||||||
|
requirements: tests/requirements.yml
|
||||||
|
|
||||||
debian-bullseye:
|
debian-bullseye:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -28,6 +29,7 @@ jobs:
|
||||||
group: local
|
group: local
|
||||||
hosts: localhost
|
hosts: localhost
|
||||||
targets: "tests/tests_*.yml"
|
targets: "tests/tests_*.yml"
|
||||||
|
requirements: tests/requirements.yml
|
||||||
|
|
||||||
debian-buster:
|
debian-buster:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -41,3 +43,4 @@ jobs:
|
||||||
group: local
|
group: local
|
||||||
hosts: localhost
|
hosts: localhost
|
||||||
targets: "tests/tests_*.yml"
|
targets: "tests/tests_*.yml"
|
||||||
|
requirements: tests/requirements.yml
|
||||||
|
|
2
.github/workflows/ansible-ubuntu.yml
vendored
2
.github/workflows/ansible-ubuntu.yml
vendored
|
@ -16,6 +16,7 @@ jobs:
|
||||||
group: local
|
group: local
|
||||||
hosts: localhost
|
hosts: localhost
|
||||||
targets: "tests/tests_*.yml"
|
targets: "tests/tests_*.yml"
|
||||||
|
requirements: tests/requirements.yml
|
||||||
|
|
||||||
ubuntu-20:
|
ubuntu-20:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -30,3 +31,4 @@ jobs:
|
||||||
group: local
|
group: local
|
||||||
hosts: localhost
|
hosts: localhost
|
||||||
targets: "tests/tests_*.yml"
|
targets: "tests/tests_*.yml"
|
||||||
|
requirements: tests/requirements.yml
|
||||||
|
|
Loading…
Reference in a new issue