Avoiding Test Failures on Git Actions

I worked on these few automated tests which run successfully locally but they fail on git actions after making a pull request .

I would like to know if there is something that should be done before making a pull request to avoid these failures or can they be detected locally before creating a pull request

here are some of those failing

PR 1

PR 2

PR3

Thank you @k.joseph @dkayiwa @kdaud

You will need to run all tests including yours to be sure all are still passing

2 Likes

This challenge is still persisting on most of the pull requests made despite the fixes made lately is there anything that should be done differently @kdaud @sharif

@insookwa can we sync for a while to have this sorted out?

1 Like

I am available anytime you suggust