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 eca4e6f commit 4b81b6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ansible_molecule_teststing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ jobs:
path: "${{ github.repository }}"
- name: show dirs
run: |
ls -lh alexanderbazhenoff
ls -lh alexanderbazhenoff/ansible-collection-linux
molecule --version || true
- name: molecule
uses: gofrolist/molecule-action@v2
uses: robertdebock/molecule-action@latest
with:
molecule_working_dir: alexanderbazhenoff
molecule_working_dir: alexanderbazhenoff/ansible-collection-linux
scenario: default
env:
ANSIBLE_FORCE_COLOR: '1'

0 comments on commit 4b81b6a

Please sign in to comment.