Skip to content

Commit fc710f2

Browse files
igordustsbkok
andauthored
Update src/lambda_codebase/initial_commit/adfconfig.yml.j2
Co-authored-by: Simon Kok <[email protected]>
1 parent c989ff4 commit fc710f2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/lambda_codebase/initial_commit/adfconfig.yml.j2

+5-4
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,11 @@ config:
3838
# ^ Needs to be set to "enabled" to activate. Defaults to "disabled" when
3939
# not set.
4040

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-
41+
bootstrap-pipeline:
42+
# Configure whether or not to run tests in the bootstrap pipeline.
43+
# Needs to be set to "enabled" to activate. Defaults to "enabled" when not set.
44+
run-tests: enabled
45+
4546
# Optional config for multi-organization deployments of ADF:
4647
# org:
4748
# # Optional: Use this variable to define the AWS Organization in case of

0 commit comments

Comments
 (0)