Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nkakouros committed Dec 5, 2022
1 parent 3bb447c commit e0d7cd0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit e0d7cd0

Please sign in to comment.