Skip to content

Commit

Permalink
ci: set job names
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <[email protected]>
  • Loading branch information
rvolosatovs committed Sep 18, 2024
1 parent 3b41be4 commit aa88a3b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -70,6 +71,7 @@ jobs:
path: artifact

build-wasm:
name: passthrough.wasm
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand Down Expand Up @@ -104,6 +106,7 @@ jobs:
lib: aarch64-darwin
target: aarch64-apple-darwin

name: test-release-${{ matrix.config.target }}
needs:
- build-ffi
- build-ffi-darwin
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit aa88a3b

Please sign in to comment.