Skip to content

Commit

Permalink
ci: debug
Browse files Browse the repository at this point in the history
Signed-off-by: Zakhar Bessarab <[email protected]>
  • Loading branch information
zekker6 committed May 22, 2024
1 parent 5a88aef commit 7452232
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,5 @@ jobs:
run: |
make init-venv
ls -alh /var/run/docker.sock
docker ps
make molecule-converge
make molecule-converge-integration
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ lint:

molecule-converge-single:
. .venv/bin/activate; \
cd roles/single && molecule converge -s docker
cd roles/single && molecule converge --debug -s docker

molecule-converge-vmagent:
. .venv/bin/activate; \
Expand Down

0 comments on commit 7452232

Please sign in to comment.