diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1da7ede6f..eb9105e49 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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"