Skip to content

Commit

Permalink
workflows: test installing bundled requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidd6 committed Dec 9, 2020
1 parent c27fb2d commit 19d1b2c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 19d1b2c

Please sign in to comment.