-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
…erving before testing automatically
@ryancwalsh I need the access to create env variables in github, I don't see the tab, I don't have the permissions I guess |
@ryancwalsh PR ready to be tested, no hurries and please try to run it locally so we can make sure the doc is correct. Note that I replaced |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ryancwalsh all the tests passes for me and also you can see that they pass in github: https://github.com/NEARFoundation/near-kyc-onfido/actions I noticed once that it failed randomly locally, my guess is that the onfido backend got slowdown maybe because of too many requests at the same time. Maybe try with 1 worker running the following command: yarn test -- --workers=1 |
On |
But with |
Strange, but good it passed! Maybe it's linked to the M1 architecture, who knows :/ |
@ryancwalsh you don't need to check this PR yet, I created it to be able to test the github actions.