mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-27 15:11:28 -07:00
Fix pre-test-cmd paste in wrong context
This commit is contained in:
parent
168de6bcfb
commit
897cb087e7
1 changed files with 5 additions and 5 deletions
4
.github/workflows/ansible-test-plugins.yml
vendored
4
.github/workflows/ansible-test-plugins.yml
vendored
|
@ -120,13 +120,13 @@ jobs:
|
||||||
Ansible version ${{ matrix.ansible }}
|
Ansible version ${{ matrix.ansible }}
|
||||||
under Python ${{ matrix.python }}
|
under Python ${{ matrix.python }}
|
||||||
uses: ansible-community/ansible-test-gh-action@release/v1
|
uses: ansible-community/ansible-test-gh-action@release/v1
|
||||||
|
with:
|
||||||
|
ansible-core-version: ${{ matrix.ansible }}
|
||||||
pre-test-cmd: >-
|
pre-test-cmd: >-
|
||||||
echo Setting db_engine_version to "${{ matrix.db_engine_version }}"...;
|
echo Setting db_engine_version to "${{ matrix.db_engine_version }}"...;
|
||||||
echo -n "${{ matrix.db_engine_version }}" > tests/integration/db_engine_version;
|
echo -n "${{ matrix.db_engine_version }}" > tests/integration/db_engine_version;
|
||||||
echo Setting Connector version to "${{ matrix.connector }}"...;
|
echo Setting Connector version to "${{ matrix.connector }}"...;
|
||||||
echo -n "${{ matrix.connector }}" > tests/integration/connector
|
echo -n "${{ matrix.connector }}" > tests/integration/connector
|
||||||
with:
|
|
||||||
ansible-core-version: ${{ matrix.ansible }}
|
|
||||||
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