mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-22 04:40:23 -07:00
Fix pre-test-cmd missing separators
This commit is contained in:
parent
2efa3c42f9
commit
3a128019ca
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ansible-test-plugins.yml
vendored
4
.github/workflows/ansible-test-plugins.yml
vendored
|
@ -125,9 +125,9 @@ jobs:
|
|||
ansible-core-version: ${{ matrix.ansible }}
|
||||
pre-test-cmd: >-
|
||||
>&2 echo Setting db_engine_version to ${{ matrix.db_engine_version }}...;
|
||||
echo ${{ matrix.db_engine_version }} > tests/integration/db_engine_version
|
||||
echo "${{ matrix.db_engine_version }}" > tests/integration/db_engine_version;
|
||||
>&2 echo Setting Connector version to ${{ matrix.connector }}...;
|
||||
echo ${{ matrix.connector }} > tests/integration/connector
|
||||
echo "${{ matrix.connector }}" > tests/integration/connector
|
||||
target-python-version: ${{ matrix.python }}
|
||||
testing-type: integration
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue