Describe the bug
While running testcases in the staging branch it shows error that the testcases are failing as organization table does not exist
To Reproduce
Steps to reproduce the behavior:
- Checkout staging branch in local
cd backend
- Run
bash ./scripts/test.sh
Expected behavior
Test cases should run successfully in the current branch and migrations should be in place to have basic setup
Describe the bug
While running testcases in the
stagingbranch it shows error that the testcases are failing asorganizationtable does not existTo Reproduce
Steps to reproduce the behavior:
cd backendbash ./scripts/test.shExpected behavior
Test cases should run successfully in the current branch and migrations should be in place to have basic setup