You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the task
We're using default Django setup commands (pip install etc) to run CI test cases. Since this does not resembles an actual environment, which is based on docker, the risk of incorrect test results will always be there.
Expected behavior
Research and implement to run tests that uses dockerfile or docker-compose
Describe the task
We're using default Django setup commands (pip install etc) to run CI test cases. Since this does not resembles an actual environment, which is based on docker, the risk of incorrect test results will always be there.
Expected behavior
Research and implement to run tests that uses dockerfile or docker-compose
References
https://stackoverflow.com/questions/64364989/github-actions-how-to-run-test-inside-container
The text was updated successfully, but these errors were encountered: