dao-to-earth / d2d-deal-v1

D2D Deal Protocol.
https://d2d-deal-v1.web.app/
1 stars 2 forks source link

fix automated tests #35

Open Willgg opened 2 years ago

Willgg commented 2 years ago

https://github.com/dao-to-earth/d2d-deal-v1/runs/6257495513?check_suite_focus=true

st2dii0 commented 2 years ago

I'll add the environment variables they seem to be missing

aiinkiestism commented 2 years ago

I think this is typescript type errors

but as @st2dii0 said there's no env in prod environment so I added ENV_COPY here, which will be added during the auto deploy process. If you update plz add to .env.example and mention me!

Willgg commented 2 years ago

@aiinkiestism Please update the read.me to explain what keys must be set in .env so any user can set its own local .env file correctly.

aiinkiestism commented 2 years ago

Yup, I had to do that. there's .env.example and wiki setup I'm writing, will fix README too.

aiinkiestism commented 2 years ago

wiki and readme are done.

aiinkiestism commented 2 years ago

I will write the description of the frontend structure in README or wiki

Willgg commented 2 years ago

Please how can we fix the tests ? I still don't understand what we have to do with .env.

aiinkiestism commented 2 years ago

I'll fix this asap.