diff options
| author | Markus Pettersson <markus.pettersson@mullvad.net> | 2024-07-23 10:55:17 +0200 |
|---|---|---|
| committer | Markus Pettersson <markus.pettersson@mullvad.net> | 2024-07-23 13:36:23 +0200 |
| commit | 726e35fcec556cd56bcd81cb16f0e9c9f76f757a (patch) | |
| tree | 47baa64c1ca2975e20fabda94387792eacb2bcf6 /.github | |
| parent | e37abd8299e49c7562a0bb5bdf79b1553b170f0f (diff) | |
| download | mullvadvpn-726e35fcec556cd56bcd81cb16f0e9c9f76f757a.tar.xz mullvadvpn-726e35fcec556cd56bcd81cb16f0e9c9f76f757a.zip | |
Add some descriptive job names
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/desktop-e2e.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/desktop-e2e.yml b/.github/workflows/desktop-e2e.yml index 879d86e72b..03e2959be1 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 @@ -72,6 +73,7 @@ jobs: macos_matrix: ${{ env.macos_matrix }} prepare-linux: + name: Prepare Linux build container needs: prepare-matrices if: | needs.prepare-matrices.outputs.linux_matrix != '[]' && @@ -91,6 +93,7 @@ jobs: outputs: container_image: ${{ env.inner_container_image }} build-linux: + name: Build Linux needs: prepare-linux runs-on: ubuntu-latest container: @@ -156,6 +159,7 @@ jobs: path: ./test/.ci-logs/${{ matrix.os }}_report build-windows: + name: Build Windows needs: prepare-matrices if: | needs.prepare-matrices.outputs.windows_matrix != '[]' && @@ -230,6 +234,7 @@ jobs: path: ./test/.ci-logs/${{ matrix.os }}_report build-macos: + name: Build macOS needs: prepare-matrices if: | needs.prepare-matrices.outputs.macos_matrix != '[]' && |
