Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Muntean committed Jun 13, 2024
1 parent 51090d5 commit 2129848
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ jobs:
# - name: Sanity checks
# run: |
# ansible-test sanity --docker -v --color --python ${{ env.python_ver }}

# echo "MODULE DOCS:"
# ansible localhost -m iim_info

- name: Molecule
run: |
cd ${{ env.NEW_REPO_LOC }}
Expand All @@ -100,10 +104,6 @@ jobs:
export DEFAULT_MODULE_PATH=${{ env.NEW_REPO_LOC }}/plugins/modules
echo "MODULE PATH:"
echo $DEFAULT_MODULE_PATH
echo "MODULE DOCS:"
ansible localhost -m iim_info
ls -la
molecule test -s ${{ matrix.scenario }}

0 comments on commit 2129848

Please sign in to comment.