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 e9ce2e9 commit d3b2e42Copy full SHA for d3b2e42
action.yaml
@@ -62,6 +62,7 @@ runs:
62
fi
63
64
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
66
echo defang compose "${params[@]}" up --dry-run
67
defang compose "${params[@]}" up --dry-run
68
else
0 commit comments