We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f125ac commit 6204066Copy full SHA for 6204066
packages/amplify-codegen-e2e-core/src/index.ts
@@ -22,7 +22,6 @@ declare global {
22
const amplifyTestsDir = 'amplify-codegen-e2e-tests';
23
24
export function getCLIPath(testingWithLatestCodebase = false) {
25
- testingWithLatestCodebase = true;
26
if (isCI() && !testingWithLatestCodebase) {
27
return 'amplify';
28
}
0 commit comments