Skip to content

Commit

Permalink
Rename CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke committed Mar 6, 2022
1 parent bd9c2af commit 0a4a691
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ jobs:
fail-fast: false
matrix:
script:
- name: With Celery
- name: Celery
args: "use_celery=y frontend_pipeline='Django Compressor'"
- name: With Gulp
- name: Gulp
args: "frontend_pipeline=Gulp"
- name: With Webpack
- name: Webpack
args: "frontend_pipeline=Webpack"

name: "${{ matrix.script.name }} Bare metal"
Expand Down

0 comments on commit 0a4a691

Please sign in to comment.