Skip to content

Commit 7ec6d2e

Browse files
committed
fixup! Add Kubestack integration test
1 parent 35a2251 commit 7ec6d2e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/main.yml

+7
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,13 @@ jobs:
244244
-v `pwd`/tests/kubestack-starter-kind:/infra \
245245
test-image:${{ github.sha }} \
246246
terraform init
247+
248+
- name: 'Terraform Workspace'
249+
run: |
250+
docker run --rm \
251+
-v `pwd`/tests/kubestack-starter-kind:/infra \
252+
test-image:${{ github.sha }} \
253+
terraform workspace new apps
247254
248255
- name: 'Terraform Apply'
249256
run: |

0 commit comments

Comments
 (0)