workflows: test installing bundled requirements

This commit is contained in:
Dawid Dziurla 2020-12-09 11:57:12 +01:00
parent c27fb2d7b1
commit 19d1b2c628
No known key found for this signature in database
GPG Key ID: 7B6D8368172E9B0B

View File

@ -52,6 +52,14 @@ jobs:
options: |
--inventory hosts
--limit local
- name: Test local
uses: ./
with:
playbook: playbook.yml
requirements: requirements-bundle.yml
options: |
--inventory hosts
--limit local
test-local-more:
runs-on: ubuntu-latest
steps: