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 e54297b commit a3b29c6Copy full SHA for a3b29c6
.github/workflows/examples_matrix.yml
@@ -33,7 +33,7 @@ jobs:
33
fail-fast: false
34
matrix:
35
# This should be passed as an argument in input. Can we pass arrays as argument ?
36
- examples : [ "HelloWorld", "APIGateway" ]
+ examples : [ "HelloWorld", "APIGateway", "S3_AWSSDK", "S3_Soto" ]
37
# examples: ${{ inputs.examples }}
38
39
# We are using only one Swift version
0 commit comments