We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f65ec32 commit 38d9e43Copy full SHA for 38d9e43
.github/workflows/pull_request.yml
@@ -36,7 +36,7 @@ jobs:
36
# We pass the list of examples here, but we can't pass an array as argument
37
# Instead, we pass a String with a valid JSON array.
38
# The workaround is mentioned here https://github.com/orgs/community/discussions/11692
39
- examples: "[ 'APIGateway', 'BackgroundTasks', 'HelloJSON', 'HelloWorld', 'S3_AWSSDK', 'S3_Soto', 'Streaming' ]"
+ examples: "[ 'APIGateway', 'BackgroundTasks', 'HelloJSON', 'HelloWorld', 'S3_AWSSDK', 'S3_Soto', 'Streaming', 'Testing' ]"
40
41
archive_plugin_enabled: true
42
0 commit comments