Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbazhenoff committed Apr 3, 2024
1 parent a1c5d52 commit 9642ce8
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/ansible_molecule_teststing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,13 @@ jobs:
run: |
echo $PATH
pwd
ls -lha $(pwd)
whereis pip || true
whereis poetry || true
whereis molecule || true
ls -lha /usr/local/sbin
ls -lha /usr/local/bin
ls -lha /usr/sbin
ls -lha /usr/bin
ls -lha /sbin
ls -lha /bin
pip --version || true
#poetry run pip install "molecule-plugins[lint]"
#poetry run flake8 molecule --version || true
- name: molecule
Expand Down

0 comments on commit 9642ce8

Please sign in to comment.