mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-28 07:31:24 -07:00
The simple way is to add '--server-id 2' after the name of the image of the container. But GHA doesn't let us do that. The idea of mount a file from our repo doesn't work because the repo is check out later in the workflow and I failed to find a pre-job hook. Then I realized that this MySQL option is dynamic! So we will set that in the test target! |
||
---|---|---|
.. | ||
setup_controller/tasks | ||
setup_remote_tmp_dir | ||
test_mysql_db | ||
test_mysql_info | ||
test_mysql_query | ||
test_mysql_replication | ||
test_mysql_role | ||
test_mysql_user | ||
test_mysql_variables |