From eef41d76e7b2ea724b207f82d5a5bfa5ff9d8eb7 Mon Sep 17 00:00:00 2001 From: Markus Pettersson Date: Tue, 23 Jul 2024 10:55:17 +0200 Subject: [PATCH] Add some descriptive job names --- .github/workflows/desktop-e2e.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/desktop-e2e.yml b/.github/workflows/desktop-e2e.yml index c4178e58c199..94bfba29fc7a 100644 --- a/.github/workflows/desktop-e2e.yml +++ b/.github/workflows/desktop-e2e.yml @@ -22,6 +22,7 @@ on: type: string jobs: prepare-matrices: + name: Prepare virtual machines runs-on: ubuntu-latest steps: - name: Generate matrix for Linux builds @@ -91,6 +92,7 @@ jobs: outputs: container_image: ${{ env.inner_container_image }} build-linux: + name: Build Linux needs: prepare-linux runs-on: ubuntu-latest container: @@ -153,6 +155,7 @@ jobs: path: ./test/.ci-logs/${{ matrix.os }}_report build-windows: + name: Build Windows needs: prepare-matrices if: | needs.prepare-matrices.outputs.windows_matrix != '[]' && @@ -224,6 +227,7 @@ jobs: path: ./test/.ci-logs/${{ matrix.os }}_report build-macos: + name: Build macOS needs: prepare-matrices if: | needs.prepare-matrices.outputs.macos_matrix != '[]' &&