mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-04 05:04:23 -07:00
default container -> ubuntu1804
This commit is contained in:
parent
f44be1993e
commit
a1ca9cf7f3
2 changed files with 1 additions and 2 deletions
2
.github/workflows/ansible-test-plugins.yml
vendored
2
.github/workflows/ansible-test-plugins.yml
vendored
|
@ -120,7 +120,7 @@ jobs:
|
||||||
run: "sed -i 's/^python_packages:.*/python_packages: [${{ matrix.connector }}]/' ${{ env.connector_version_file }}"
|
run: "sed -i 's/^python_packages:.*/python_packages: [${{ matrix.connector }}]/' ${{ env.connector_version_file }}"
|
||||||
|
|
||||||
- name: Run integration tests
|
- name: Run integration tests
|
||||||
run: ansible-test integration --docker -v --color --retry-on-error --continue-on-error --python ${{ matrix.python }} --diff --coverage
|
run: ansible-test integration --docker ubuntu1804 -v --color --retry-on-error --continue-on-error --python ${{ matrix.python }} --diff --coverage
|
||||||
working-directory: ./ansible_collections/community/mysql
|
working-directory: ./ansible_collections/community/mysql
|
||||||
|
|
||||||
- name: Generate coverage report.
|
- name: Generate coverage report.
|
||||||
|
|
|
@ -15,7 +15,6 @@ python_packages: [pymysql == 0.9.3]
|
||||||
install_prereqs:
|
install_prereqs:
|
||||||
- libaio1
|
- libaio1
|
||||||
- libnuma1
|
- libnuma1
|
||||||
- libncurses5
|
|
||||||
|
|
||||||
install_python_prereqs:
|
install_python_prereqs:
|
||||||
- python3-dev
|
- python3-dev
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue