File tree 2 files changed +8
-7
lines changed
2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 7
7
type : string
8
8
description : " The name of the workflow used for the concurrency group."
9
9
required : true
10
- examples :
11
- type : sequence
12
- description : " The examples to run."
13
- required : true
10
+ # examples:
11
+ # type: sequence
12
+ # description: "The examples to run."
13
+ # required: true
14
14
matrix_linux_command_override :
15
15
type : string
16
16
description : " The command of the current Swift version linux matrix job to execute."
54
54
fail-fast : false
55
55
matrix :
56
56
# This should be passed as an argument in input. Can we pass arrays as argument ?
57
- # examples : [ "HelloWorld", "APIGateway" ]
58
- examples : ${{ inputs.examples }}
57
+ examples : [ "HelloWorld", "APIGateway" ]
58
+ # examples: ${{ inputs.examples }}
59
+
59
60
# We are specifying only the major and minor of the docker images to automatically pick up the latest patch release
60
61
swift :
61
62
- image : ${{ inputs.matrix_linux_nightly_6_0_container_image }}
Original file line number Diff line number Diff line change 29
29
uses : ./.github/workflows/examples_matrix.yml
30
30
with :
31
31
# We should pass the list of examples here, but we can't pass an array as argument
32
- examples : [ "HelloWorld", "APIGateway" ]
32
+ # examples: [ "HelloWorld", "APIGateway" ]
33
33
name : " Integration tests"
34
34
matrix_linux_command : " LAMBDA_USE_LOCAL_DEPS=../.. swift build"
35
35
You can’t perform that action at this time.
0 commit comments