We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c989ff4 commit fc710f2Copy full SHA for fc710f2
src/lambda_codebase/initial_commit/adfconfig.yml.j2
@@ -38,10 +38,11 @@ config:
38
# ^ Needs to be set to "enabled" to activate. Defaults to "disabled" when
39
# not set.
40
41
- # Tells whether or not run tests during the bootstrap pipeline,
42
- # Needs to be set to "enabled" to activate. Defaults to "disabled" when not set
43
- run-tests: disabled
44
-
+ bootstrap-pipeline:
+ # Configure whether or not to run tests in the bootstrap pipeline.
+ # Needs to be set to "enabled" to activate. Defaults to "enabled" when not set.
+ run-tests: enabled
45
+
46
# Optional config for multi-organization deployments of ADF:
47
# org:
48
# # Optional: Use this variable to define the AWS Organization in case of
0 commit comments