issues
search
hackforla
/
HomeUniteUs
We're working with community non-profits who have a Host Home or empty bedrooms initiative to develop a workflow management tool to make the process scalable (across all providers), reduce institutional bias, and effectively capture data.
https://homeunite.us/
GNU General Public License v2.0
39
stars
21
forks
source link
Fastapi migration GitHub Actions and Alembic migration
#820
Closed
paulespinosa
closed
1 month ago
paulespinosa
commented
1 month ago
Related #789
What changes did you make?
Updated the GitHub action that runs the frontend and api tests
Updated the alembic migration script to capture the current database schema
Rationale behind the changes?
This is part of the FastAPI migration. The Github action needed to be updated to run the new API test code.
Testing done for these changes
Ran
pytest
and ran docker containers
Related #789
What changes did you make?
Rationale behind the changes?
Testing done for these changes
pytest
and ran docker containers