We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b179ef commit 679d260Copy full SHA for 679d260
1 file changed
packages/@aws-cdk-testing/cli-integ/lib/with-sam.ts
@@ -35,6 +35,7 @@ export function withSamIntegrationCdkApp<A extends TestContext & AwsContext>(blo
35
context.output,
36
context.aws,
37
context.randomString);
38
+ await fixture.ecrPublicLogin();
39
40
let success = true;
41
try {
0 commit comments