Skip to content

Commit 12039fa

Browse files
committed
change integ
1 parent ef4e8de commit 12039fa

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/@aws-cdk-testing/cli-integ/tests/cli-integ-tests/destroy/cdk-destroy-stage-only.integtest.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ integTest('cdk destroy can destroy stacks in stage-only configuration', withDefa
55
const stageNameSuffix = 'stage';
66
const specifiedStackName = `${stageNameSuffix}/*`;
77

8-
await fixture.cdkDeploy(specifiedStackName);
8+
await fixture.cdkDeploy(specifiedStackName, {
9+
modEnv: {
10+
INTEG_STACK_SET: 'stage-only',
11+
},
12+
});
913

1014
const stackName = `${fixture.fullStackName(stageNameSuffix)}-StackInStage`;
1115
const stack = await fixture.aws.cloudFormation.send(new DescribeStacksCommand({ StackName: stackName }));

0 commit comments

Comments
 (0)