mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-05 10:10:32 -07:00
Enable and fix integration tests for devel (#297)
This commit is contained in:
parent
d7c6bddefa
commit
cb960ef182
3 changed files with 3 additions and 2 deletions
2
.github/workflows/ansible-test-plugins.yml
vendored
2
.github/workflows/ansible-test-plugins.yml
vendored
|
@ -63,7 +63,7 @@ jobs:
|
|||
- stable-2.10
|
||||
- stable-2.11
|
||||
- stable-2.12
|
||||
#- devel
|
||||
- devel
|
||||
python:
|
||||
- 3.6
|
||||
- 3.8
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
dbdeployer_version: 1.52.0
|
||||
dbdeployer_version: 1.64.0
|
||||
dbdeployer_home_dir: /opt/dbdeployer
|
||||
|
||||
home_dir: /root
|
||||
|
|
|
@ -19,6 +19,7 @@ python_packages: [pymysql == 0.9.3]
|
|||
install_prereqs:
|
||||
- libaio1
|
||||
- libnuma1
|
||||
- libncurses5
|
||||
|
||||
install_python_prereqs:
|
||||
- python3-dev
|
||||
|
|
Loading…
Add table
Reference in a new issue