Run tests with Github Action
Plan is to run backend and frontend tests with github actions
@kshitijrajsharma the backend tests are running in a github action already, and I don't see any frontend testing. Is there more to this issue?
I did see some Frontend build tests using different Ubuntu versions after my last PR https://github.com/hotosm/fAIr/actions/runs/11347609698
But Frontend Build are not showing on main branch here
It might be related to making develop as main branch @kshitijrajsharma ?
Yes , Frontend test cases should be established and get it running from github actions , You are correct backend is done , Frontend is remaining ! Current github actions only check build for the frontend !
@kshitijrajsharma @omranlm Ok that makes sense! Thank you for the clarifications!
Opening this up , We can implement frontend test cases now !