Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically Create and Migrate Test Databases on Linux #1352

Open
HCLarsen opened this issue Oct 26, 2023 · 0 comments
Open

Automatically Create and Migrate Test Databases on Linux #1352

HCLarsen opened this issue Oct 26, 2023 · 0 comments

Comments

@HCLarsen
Copy link
Contributor

On Linux, when running specs in an Amber app, no test database is created or migrated, resulting in an error of a missing database. Since the commands of amber db create and amber db migrate only create and migrate the development database, the current workflow requires manually creating and migrating the test database separately.

To speed up the workflow, it would be beneficial to having the creation and migration of test databases happen automatically, either when running the commands for the development database, or when running the specs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant