From 19d1b2c628cb0020b09901cc148cb9bc35ee197f Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Wed, 9 Dec 2020 11:57:12 +0100 Subject: [PATCH] workflows: test installing bundled requirements --- .github/workflows/test.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5629d5e..41d4655 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: