Skip to content

Commit 18175cb

Browse files
committed
Added make test-preview
1 parent fc312af commit 18175cb

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ test-awsmt: install
6868
@echo "✓ Running Terraform Acceptance Tests for AWS MT..."
6969
@/bin/bash scripts/run.sh awsmt '^(TestAcc|TestAwsAcc)' --debug --tee
7070

71+
test-preview: install
72+
@echo "✓ Running acceptance Tests for Preview features..."
73+
@/bin/bash scripts/run.sh preview '^TestPreviewAcc' --debug --tee
74+
7175
snapshot:
7276
@echo "✓ Making Snapshot ..."
7377
@goreleaser release --rm-dist --snapshot
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
output "preview" {
2+
value = "true"
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
DATABRICKS_HOST
2+
DATABRICKS_TOKEN
3+
CLOUD_ENV

0 commit comments

Comments
 (0)