ArboreumDev / credit-union-frontend

Frontend in Next.js + Typescript + GraphQL
https://frontend-two-sandy.vercel.app
1 stars 0 forks source link

circle tests fail in pipeline #226

Open djudjuu opened 3 years ago

djudjuu commented 3 years ago

how to reproduce:

run yarn test locally and see all tests pass.

check out the details of the build failures of the latest commits on the #224

https://github.com/ArboreumDev/frontend/runs/2744927628

https://github.com/ArboreumDev/frontend/runs/2737652711

there is always one test that fails, even though its a different one each time (and also one that succeeds on the other branch?)

djudjuu commented 3 years ago

@h-vishal can you also take a look into this? i am a bit stuck: these are the helpful resources:

circle api docs https://developers.circle.com/reference#payouts-returns-get

easy way to hit their endpoints via their circle sample app: https://github.com/circlefin/payments-sample-app

djudjuu commented 3 years ago

funny thing i just noted: the same tests worked on the #214 branch