mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-05 10:10:32 -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:
|
||||
molecule:
|
||||
name: "Molecule (Python: ${{ matrix.python }}, Ansible: ${{ matrix.ansible }}, MySQL: ${{ matrix.mysql }})"
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
env:
|
||||
PY_COLORS: 1
|
||||
ANSIBLE_FORCE_COLOR: 1
|
||||
|
@ -24,15 +24,21 @@ jobs:
|
|||
mysql:
|
||||
- 2.0.12
|
||||
ansible:
|
||||
- stable-2.13
|
||||
- stable-2.14
|
||||
- stable-2.15
|
||||
- stable-2.16
|
||||
- stable-2.17
|
||||
- devel
|
||||
python:
|
||||
- '3.8'
|
||||
- '3.9'
|
||||
- '3.10'
|
||||
exclude:
|
||||
- python: 3.8
|
||||
ansible: stable-2.17
|
||||
|
||||
- python: 3.9
|
||||
ansible: stable-2.17
|
||||
|
||||
- python: 3.8
|
||||
ansible: devel
|
||||
|
Loading…
Add table
Reference in a new issue