Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi8080 committed Jul 8, 2024
1 parent 6ebafd0 commit 33846ce
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,11 @@ jobs:
run: pip3 install ansible molecule molecule-docker

- name: Run molecule
run: molecule test
run: molecule converge || true
env:
MOLECULE_DISTRO: ${{ matrix.distro.image }}
MOLECULE_INSTANCE_NAME: ${{ matrix.distro.instance }}
MOLECULE_BEATS_FLAVOR: ${{ matrix.beats_flavor }}

- name: Check docker images
run: docker ps -a

0 comments on commit 33846ce

Please sign in to comment.