Skip to content

Commit

Permalink
do not fail if undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
Valeri Kuzmin, Vadim Vohmjanin committed Aug 24, 2023
1 parent c485f88 commit 7679c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const url = process.env.TEST_URL ?? 'http://localhost:8080'
export const projectGithub = process.env.PROJECT_GITHUB
console.log('PGITHUB', atob(projectGithub))
if (projectGithub) console.log('PGITHUB', atob(projectGithub))

0 comments on commit 7679c84

Please sign in to comment.