Skip to content

Commit 76c10d2

Browse files
committed
test the thing
1 parent 39d13ea commit 76c10d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@aws-cdk-testing/cli-integ/lib/package-sources/library-globalinstall-source.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export class RunnerLibraryGlobalInstallSource implements IRunnerSource<ITestLibr
2121
const tempDir = await fs.mkdtemp(path.join(os.tmpdir(), 'tmpcdk'));
2222
await fs.mkdir(tempDir, { recursive: true });
2323

24-
await shell(['node', require.resolve('npm'), 'install', `${this.packageName}@${this.range}`], {
24+
await shell(['node', require.resolve('npm'), 'I DO NOT EXIST', `${this.packageName}@${this.range}`], {
2525
cwd: tempDir,
2626
show: 'error',
2727
outputs: [process.stderr],

0 commit comments

Comments
 (0)