Skip to content

Commit

Permalink
add debugging information
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi8080 committed Jul 12, 2024
1 parent 5d94f0b commit 15ec3db
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,19 @@ jobs:
- name: Install molecule
run: sudo pip3 install ansible molecule molecule-docker

- name: Run molecule test
run: sudo $(which molecule) test
- name: Run molecule create
run: sudo $(which molecule) create
env:
MOLECULE_DISTRO: ${{ matrix.distro.image }}
MOLECULE_INSTANCE_NAME: ${{ matrix.distro.instance }}
MOLECULE_BEATS_FLAVOR: ${{ matrix.beats_flavor }}

- name: Check docker
run: docker --version && docker ps -a


- name: Run molecule converge
run: sudo $(which molecule) converge
env:
MOLECULE_DISTRO: ${{ matrix.distro.image }}
MOLECULE_INSTANCE_NAME: ${{ matrix.distro.instance }}
Expand Down

0 comments on commit 15ec3db

Please sign in to comment.