Skip to content

Commit a3b29c6

Browse files
committed
add new examples to CI
1 parent e54297b commit a3b29c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/examples_matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fail-fast: false
3434
matrix:
3535
# This should be passed as an argument in input. Can we pass arrays as argument ?
36-
examples : [ "HelloWorld", "APIGateway" ]
36+
examples : [ "HelloWorld", "APIGateway", "S3_AWSSDK", "S3_Soto" ]
3737
# examples: ${{ inputs.examples }}
3838

3939
# We are using only one Swift version

0 commit comments

Comments
 (0)