mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-09-10 07:01:08 -07:00
Fix underlying issue
This commit is contained in:
parent
d4abd957ca
commit
e0e90b16ed
5 changed files with 7 additions and 13 deletions
3
.github/workflows/ansible-test-plugins.yml
vendored
3
.github/workflows/ansible-test-plugins.yml
vendored
|
@ -119,9 +119,6 @@ jobs:
|
|||
- name: Set Connector version (${{ matrix.connector }})
|
||||
run: "sed -i 's/^python_packages:.*/python_packages: [${{ matrix.connector }}]/' ${{ env.connector_version_file }}"
|
||||
|
||||
- name: Set Connector type (${{ matrix.connector }})
|
||||
run: "sed -i 's/^connector_type:.*/connector_type: $(echo ${{ matrix.connector }} | cut -f1 -d'=')/' ${{ env.connector_version_file }}"
|
||||
|
||||
- name: Run integration tests
|
||||
run: ansible-test integration --docker -v --color --retry-on-error --continue-on-error --python ${{ matrix.python }} --diff --coverage
|
||||
working-directory: ./ansible_collections/community/mysql
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue