From e0d7cd0a9c822415e2b71ba79e567c9de18cb1aa Mon Sep 17 00:00:00 2001 From: Nikolaos Kakouros Date: Mon, 5 Dec 2022 23:21:59 +0000 Subject: [PATCH] wip --- .github/workflows/main.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7c7130d..0db99c3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -73,10 +73,7 @@ jobs: uses: actions/setup-python@v2.2.1 - name: Install molecule - run: > - pip3 install ansible ansible-lint - molecule ${{ env.driver }} - flake8 + run: pip3 install ansible molecule ${{ env.driver }} flake8 - name: Get linter-config repo uses: actions/checkout@v3 @@ -92,4 +89,4 @@ jobs: rm -rf linter-configs; - name: Run molecule - run: molecule -c molecule.delegated.yml test + run: molecule -c molecule.yml -c molecule.delegated.yml test