mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-30 14:21:32 -07:00
Add tmate to experiment with docker healthcheck
This commit is contained in:
parent
ae41a50626
commit
35531e741c
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ansible-test-plugins.yml
vendored
3
.github/workflows/ansible-test-plugins.yml
vendored
|
@ -130,6 +130,9 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
- name: Setup tmate session
|
||||||
|
uses: mxschmitt/action-tmate@v3
|
||||||
|
|
||||||
- name: Restart MySQL server with settings for replication
|
- name: Restart MySQL server with settings for replication
|
||||||
run: |
|
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'
|
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'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue