Skip to content

Commit d3b2e42

Browse files
committed
Add comment explain why "compose up --dry-run" is used for testing
1 parent e9ce2e9 commit d3b2e42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ runs:
6262
fi
6363
6464
if [[ "${DEFANG_INTERNAL_TEST}" == "dfng-test" ]]; then
65+
# `defang compose up --dry-run` is used for testing as --behavior flag is only available to the "compose up" command
6566
echo defang compose "${params[@]}" up --dry-run
6667
defang compose "${params[@]}" up --dry-run
6768
else

0 commit comments

Comments
 (0)