From 35531e741c0c5292f85d3614da9bc7002897bc29 Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Thu, 12 Jan 2023 13:20:31 +0100 Subject: [PATCH] Add tmate to experiment with docker healthcheck --- .github/workflows/ansible-test-plugins.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ansible-test-plugins.yml b/.github/workflows/ansible-test-plugins.yml index 256d59f..d6be987 100644 --- a/.github/workflows/ansible-test-plugins.yml +++ b/.github/workflows/ansible-test-plugins.yml @@ -130,6 +130,9 @@ jobs: steps: + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + - name: Restart MySQL server with settings for replication run: | docker exec ${{ job.services.db_primary.id }} sh -c 'echo -e [mysqld]\\nserver-id=1\\nlog-bin=/var/lib/mysql/primary-bin > /etc/mysql/conf.d/replication.cnf'