Skip to content

Commit d1bc0af

Browse files
authored
Enable "deploy empty bundle" acceptance test in the cloud (#3298)
## Why <!-- Why are these changes needed? Provide the context that the reviewer might be missing. For example, were there any decisions behind the change that are not reflected in the code itself? --> - For completeness of this test - in cloud mode it runs against cloud APIs - It is a useful "no-op" test to have when debugging API calls that the CLI is making to the Workspace ## Tests <!-- How have you tested the changes? --> Ran this test in cloud mode <!-- If your PR needs to be included in the release notes for next release, add a separate entry in NEXT_CHANGELOG.md as part of your PR. -->
1 parent ed445cb commit d1bc0af

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Local = true
2-
Cloud = false
2+
Cloud = true
33

44
[EnvMatrix]
55
DATABRICKS_CLI_DEPLOYMENT = ["terraform", "direct-exp"]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Cloud=true

0 commit comments

Comments
 (0)