mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-18 02:44:51 +03:00
🔃 upate ci.yml
to include mysql docket tests
This commit is contained in:
parent
bb60df15fb
commit
00604b6f50
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -43,10 +43,14 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
script:
|
||||
- name: Basic
|
||||
- name: Basic - Postgres
|
||||
args: "database_engine=postgresql database_version=postgresql@14.1"
|
||||
- name: Extended
|
||||
- name: Extended - Postgres
|
||||
args: "use_celery=y use_drf=y js_task_runner=Gulp database_engine=postgresql database_version=postgresql@14.1"
|
||||
- name: Basic - MySQL
|
||||
args: "database_engine=mysql database_version=mysql@8.0.28"
|
||||
- name: Extended - MySQL
|
||||
args: "use_celery=y use_drf=y js_task_runner=Gulp database_engine=mysql database_version=mysql@8.0.28"
|
||||
|
||||
name: "${{ matrix.script.name }} Docker"
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in New Issue
Block a user