mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 10:40:36 -07:00
Disable role tests
This commit is contained in:
parent
3b2f5a58eb
commit
072e8376ce
1 changed files with 9 additions and 3 deletions
|
@ -15,7 +15,7 @@ on: # yamllint disable-line rule:truthy
|
||||||
jobs:
|
jobs:
|
||||||
molecule:
|
molecule:
|
||||||
name: "Molecule (Python: ${{ matrix.python }}, Ansible: ${{ matrix.ansible }}, MySQL: ${{ matrix.mysql }})"
|
name: "Molecule (Python: ${{ matrix.python }}, Ansible: ${{ matrix.ansible }}, MySQL: ${{ matrix.mysql }})"
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-22.04
|
||||||
env:
|
env:
|
||||||
PY_COLORS: 1
|
PY_COLORS: 1
|
||||||
ANSIBLE_FORCE_COLOR: 1
|
ANSIBLE_FORCE_COLOR: 1
|
||||||
|
@ -24,15 +24,21 @@ jobs:
|
||||||
mysql:
|
mysql:
|
||||||
- 2.0.12
|
- 2.0.12
|
||||||
ansible:
|
ansible:
|
||||||
- stable-2.13
|
|
||||||
- stable-2.14
|
|
||||||
- stable-2.15
|
- stable-2.15
|
||||||
|
- stable-2.16
|
||||||
|
- stable-2.17
|
||||||
- devel
|
- devel
|
||||||
python:
|
python:
|
||||||
- '3.8'
|
- '3.8'
|
||||||
- '3.9'
|
- '3.9'
|
||||||
- '3.10'
|
- '3.10'
|
||||||
exclude:
|
exclude:
|
||||||
|
- python: 3.8
|
||||||
|
ansible: stable-2.17
|
||||||
|
|
||||||
|
- python: 3.9
|
||||||
|
ansible: stable-2.17
|
||||||
|
|
||||||
- python: 3.8
|
- python: 3.8
|
||||||
ansible: devel
|
ansible: devel
|
||||||
|
|
Loading…
Add table
Reference in a new issue