Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat(CI): Check starting the app (#229)
* Try to start an app on CI * Setup db in Start test * Try fixing db credentials: * Try changing DB HOST * Try changing DB HOST * Grant permission to postgres user * Grant permission to postgres user * Change permissions * Change permissions to db * Define config to use * Update db credentials * Give db all permisions for test * Debugging * Restart postgresql in CI * Add updating db address in config during runtime * Add changing bd user name to runner * Switch to postgres user * Create runner user in postgres * Try to set up db another way * Remove redundant step * Yet another try to set up db * Revert some changes * Add timeout to the step * Add checking app status * Try to break the app * Fix the app * Check if app is healthy or not
- Loading branch information