Add better task name

This commit is contained in:
Laurent Indermuehle 2023-01-09 19:01:21 +01:00
commit 671011352c
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -130,7 +130,7 @@ jobs:
steps:
- name: Set MySQL server for replication
- 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'
docker exec ${{ job.services.db_replica1.id }} sh -c 'echo -e [mysqld]\\nserver-id=2\\nlog-bin=/var/lib/mysql/replica1-bin > /etc/mysql/conf.d/replication.cnf'