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 7b11e92 commit 199b427Copy full SHA for 199b427
.github/workflows/pull_request.yml
@@ -35,7 +35,7 @@ jobs:
35
# We pass the list of examples here, but we can't pass an array as argument
36
# Instead, we pass a String with a valid JSON array.
37
# The workaround is mentioned here https://github.com/orgs/community/discussions/11692
38
- examples: "[ 'HelloWorld', 'APIGateway','S3_AWSSDK', 'S3_Soto' ]"
+ examples: "[ 'HelloWorld', 'APIGateway','S3_AWSSDK', 'S3_Soto', 'BackgroundTasks' ]"
39
40
archive_plugin_enabled: true
41
0 commit comments