Add tmate to experiment with docker healthcheck

This commit is contained in:
Laurent Indermuehle 2023-01-12 13:20:31 +01:00
parent ae41a50626
commit 35531e741c
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -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'