Skip to content

Commit f37763c

Browse files
committed
use integ runner with strict flag
1 parent 75b8ead commit f37763c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/@aws-cdk/integration-test-deployment/lib/integration-test-runner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export const deployIntegrationTests = async (env: NodeJS.ProcessEnv) => {
5353
throw new Error('No snapshots changed, skipping deployment integ test.');
5454
}
5555

56-
const spawnProcess = spawn('yarn', ['integ-runner', '--disable-update-workflow', '--directory', 'packages', '--force', ...changedSnapshotPaths], {
56+
const spawnProcess = spawn('yarn', ['integ-runner', '--strict', '--disable-update-workflow', '--directory', 'packages', '--force', ...changedSnapshotPaths], {
5757
stdio: ['ignore', 'inherit', 'inherit'],
5858
env,
5959
});

0 commit comments

Comments
 (0)