diff --git a/e2e/config.js b/e2e/config.js index 55f89ab..ea568ac 100644 --- a/e2e/config.js +++ b/e2e/config.js @@ -1,3 +1,3 @@ export const url = process.env.TEST_URL ?? 'http://localhost:8080' export const projectGithub = process.env.PROJECT_GITHUB -console.log('PGITHUB', projectGithub.substring(1, projectGithub.length - 2)) +console.log('PGITHUB', projectGithub?.substring(1, projectGithub.length - 2))