We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6156e93 commit c8ba600Copy full SHA for c8ba600
.github/workflows/examples_matrix.yml
@@ -48,15 +48,15 @@ concurrency:
48
49
jobs:
50
linux:
51
- name: Linux (${{ matrix.swift.swift_version }})
+ name: example-${{ matrix.examples }}-linux-${{ matrix.swift.swift_version }}
52
runs-on: ubuntu-latest
53
strategy:
54
fail-fast: false
55
matrix:
56
# This should be passed as an argument in input. Can we pass arrays as argument ?
57
examples : [ "HelloWorld", "APIGateway" ]
58
# examples: ${{ inputs.examples }}
59
-
+
60
# We are specifying only the major and minor of the docker images to automatically pick up the latest patch release
61
swift:
62
- image: ${{ inputs.matrix_linux_nightly_6_0_container_image }}
0 commit comments