You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/integration_tests.yml
+13-2Lines changed: 13 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,11 @@ on:
19
19
type: boolean
20
20
description: "Boolean to enable the compilation of examples. Defaults to true."
21
21
default: true
22
+
archive_plugin_examples:
23
+
type: string
24
+
description: "The list of examples to run through the archive plugin test. Pass a String with a valid JSON array such as \"[ 'HelloWorld', 'APIGateway' ]\""
25
+
required: true
26
+
default: ""
22
27
archive_plugin_enabled:
23
28
type: boolean
24
29
description: "Boolean to enable the test of the archive plugin. Defaults to true."
0 commit comments