Nonprofit-Exchange-Hub/web-app

Feature Request: move some checks to ci pipeline

esteban-gs opened this issue · 0 comments

Is your feature request related to a problem? Please describe.
Engineers want to push code to a draft PR to get help. Currently, it's not possible unless all test (unit and integration) pass locally. The work around is to comment the husky pre-push hooks.

Additionally, on boarding takes a little longer due to having to set up the e2e_db

Describe the solution you'd like
Move e2e tests to github actions so engineers can push code even if e2e tests don't pass. Also, we do still want to keep lint checks in place

Describe alternatives you've considered

  • pre-push hooks require e2e tests to pass

Additional context
Add any other context or screenshots about the feature request here.