mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-17 10:24:50 +03:00
Rename CI jobs
This commit is contained in:
parent
db99d77010
commit
0d1fcf6d68
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -78,11 +78,11 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
script:
|
script:
|
||||||
- name: With Celery
|
- name: Celery
|
||||||
args: "use_celery=y frontend_pipeline='Django Compressor'"
|
args: "use_celery=y frontend_pipeline='Django Compressor'"
|
||||||
- name: With Gulp
|
- name: Gulp
|
||||||
args: "frontend_pipeline=Gulp"
|
args: "frontend_pipeline=Gulp"
|
||||||
- name: With Webpack
|
- name: Webpack
|
||||||
args: "frontend_pipeline=Webpack"
|
args: "frontend_pipeline=Webpack"
|
||||||
|
|
||||||
name: "${{ matrix.script.name }} Bare metal"
|
name: "${{ matrix.script.name }} Bare metal"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user