Skip to content

Commit

Permalink
test: fix create amplify installation in canary tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolk committed Nov 13, 2023
1 parent cf8dc30 commit 80de5ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ void describe('Live dependency health checks', { concurrency: true }, () => {
await fs.rm(npxCacheLocation, { recursive: true });
}

// Force 'create-amplify' installation in npm cache by executing help command
// Force 'create-amplify' installation in npx cache by executing help command
// before tests run. Otherwise, installing 'create-amplify' concurrently
// may lead to race conditions and corrupted npx cache.
await execa('npm', ['create', 'amplify', '--yes', '--', '--help'], {
Expand Down

0 comments on commit 80de5ea

Please sign in to comment.