Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI - New way of getting env variables #93

Merged
merged 3 commits into from
Jun 7, 2019
Merged

UI - New way of getting env variables #93

merged 3 commits into from
Jun 7, 2019

Conversation

rzadp
Copy link
Contributor

@rzadp rzadp commented Jun 7, 2019

New way of getting env variables.
oracle/env.js is used as a proxy to dotenv module.
Puts an end to arbitrary .env file required for the ui tests to pass, and removes arbitrary environment variables added to the test job in CI.

Closes #90

@rzadp rzadp added the UI related to TokenBridge UI label Jun 7, 2019
@rzadp rzadp requested review from patitonar and akolotov June 7, 2019 11:36
@akolotov
Copy link
Collaborator

akolotov commented Jun 7, 2019

@patitonar please take a look

Copy link
Collaborator

@akolotov akolotov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please do not merge until @patitonar review

@akolotov akolotov merged commit a669ea6 into master Jun 7, 2019
@akolotov akolotov deleted the ui-test-env branch June 7, 2019 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
UI related to TokenBridge UI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update the tests to NOT use .env and hardcode HOME_RPC_URL and FOREIGN_RPC_URL
3 participants