Fix underlying issue

This commit is contained in:
Andrew Klychkov 2022-03-10 11:31:06 +01:00
commit e0e90b16ed
5 changed files with 7 additions and 13 deletions

View file

@ -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