aletson / votefinder-web

Web-based vote parser for use on various web forums.
http://votefinder.org
GNU General Public License v3.0
2 stars 1 forks source link

Add pre-deployment smoke test in CI #172

Open aletson opened 4 years ago

aletson commented 4 years ago

Currently, the CI just deploys. After the linting step, we could also seed the local mysql database (which exists in Github Actions containers) with test values and do local testing e.g. python manage.py test before this deployment takes place.

aletson commented 4 years ago

https://github.com/ccnmtl/django-smoketest