Skip to content

Commit c8ba600

Browse files
committed
add the example name in the job name
1 parent 6156e93 commit c8ba600

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/examples_matrix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ concurrency:
4848

4949
jobs:
5050
linux:
51-
name: Linux (${{ matrix.swift.swift_version }})
51+
name: example-${{ matrix.examples }}-linux-${{ matrix.swift.swift_version }}
5252
runs-on: ubuntu-latest
5353
strategy:
5454
fail-fast: false
5555
matrix:
5656
# This should be passed as an argument in input. Can we pass arrays as argument ?
5757
examples : [ "HelloWorld", "APIGateway" ]
5858
# examples: ${{ inputs.examples }}
59-
59+
6060
# We are specifying only the major and minor of the docker images to automatically pick up the latest patch release
6161
swift:
6262
- image: ${{ inputs.matrix_linux_nightly_6_0_container_image }}

0 commit comments

Comments
 (0)