From e7ea358496a46916d105c9f721e4f5ee7e4b696a Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Thu, 11 Nov 2021 19:12:23 +0000 Subject: [PATCH] Better job names on CI (cherry picked from commit 4373830c705a392b411d533f0e3776c51914eb8b) --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd1389c0d..169af5277 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,7 @@ jobs: - py39 - black-template + name: "tox env ${{ matrix.tox-env }}" steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 @@ -38,6 +39,7 @@ jobs: - name: Extended args: "use_celery=y use_drf=y js_task_runner=Gulp" + name: "${{ matrix.script.name }} Docker" env: DOCKER_BUILDKIT: 1 COMPOSE_DOCKER_CLI_BUILD: 1 @@ -59,6 +61,7 @@ jobs: - name: With Celery args: "use_celery=y use_compressor=y" + name: "${{ matrix.script.name }} Bare metal" services: redis: image: redis:5.0