From 3883f3e211a3aec24a214e905cd4b08eb832b638 Mon Sep 17 00:00:00 2001 From: alexanderbazhenoff Date: Sun, 7 Apr 2024 03:19:15 +0300 Subject: [PATCH] fixes debug v1 --- .github/workflows/ansible_molecule_teststing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ansible_molecule_teststing.yml b/.github/workflows/ansible_molecule_teststing.yml index bb45b8b..3c6a0f4 100644 --- a/.github/workflows/ansible_molecule_teststing.yml +++ b/.github/workflows/ansible_molecule_teststing.yml @@ -71,7 +71,7 @@ jobs: systemctl is-active docker || true ls -lha /proc/1/cgroup || true bash .github/workflows/docker_ps.sh & - docker run hello-world + docker run -d hello-world sleep 300 printf "[defaults]\nremote_tmp = /tmp/.ansible-\${USER}/tmp" > $HOME/.ansible.cfg DEBUG_OPT=$([[ "$COMMIT_MSG" =~ .(debug) ]] && echo "--debug")