Skip to content

Commit

Permalink
fix cli check path
Browse files Browse the repository at this point in the history
  • Loading branch information
flotwig committed Feb 18, 2022
1 parent 6162c75 commit d58a74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system-tests/lib/docker.ts
Expand Up @@ -108,7 +108,7 @@ const checkBuiltBinary = async () => {
}

try {
await fs.stat(path.join(__dirname, '..', '..', 'cypress.zip'))
await fs.stat(path.join(__dirname, '..', '..', 'cli/build/package.json'))
} catch (err) {
throw new Error('Expected built CLI in /cli/build. Run `yarn build` in `cli`.')
}
Expand Down

0 comments on commit d58a74b

Please sign in to comment.