mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-06-05 07:49:11 -07:00
Add mysql_client to the controller
This commit is contained in:
parent
cd9f216319
commit
0cd57adbd2
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ansible-test-plugins.yml
vendored
1
.github/workflows/ansible-test-plugins.yml
vendored
|
@ -143,6 +143,7 @@ jobs:
|
||||||
pre-test-cmd: >-
|
pre-test-cmd: >-
|
||||||
>&2 echo Setting Connector version to ${{ matrix.connector }}...;
|
>&2 echo Setting Connector version to ${{ matrix.connector }}...;
|
||||||
sed -i 's/^python_packages:.*/python_packages: [${{ matrix.connector }}]/' ${{ env.connector_version_file }}
|
sed -i 's/^python_packages:.*/python_packages: [${{ matrix.connector }}]/' ${{ env.connector_version_file }}
|
||||||
|
apt update && apt install --assume-yes mysql-client
|
||||||
target-python-version: ${{ matrix.python }}
|
target-python-version: ${{ matrix.python }}
|
||||||
testing-type: integration
|
testing-type: integration
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue