From aa88a3bf0295959e978e023ce7bbf0bee21f9fe2 Mon Sep 17 00:00:00 2001 From: Roman Volosatovs Date: Wed, 18 Sep 2024 14:16:25 +0200 Subject: [PATCH] ci: set job names Signed-off-by: Roman Volosatovs --- .github/workflows/west.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/west.yml b/.github/workflows/west.yml index 4d7d030..db2849f 100644 --- a/.github/workflows/west.yml +++ b/.github/workflows/west.yml @@ -56,6 +56,7 @@ jobs: lib: aarch64-darwin target: aarch64-apple-darwin + name: west-${{ matrix.config.target }} runs-on: ${{ matrix.config.os }} steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 @@ -70,6 +71,7 @@ jobs: path: artifact build-wasm: + name: passthrough.wasm runs-on: ubuntu-latest steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 @@ -104,6 +106,7 @@ jobs: lib: aarch64-darwin target: aarch64-apple-darwin + name: test-release-${{ matrix.config.target }} needs: - build-ffi - build-ffi-darwin @@ -143,6 +146,7 @@ jobs: - macos-13 - macos-14 + name: test-dev-${{ matrix.os }} runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7