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

Configure Integration Tests to use a Fake Data Source on build server #95

Open
ardalis opened this issue Apr 10, 2020 · 2 comments
Open

Comments

@ardalis
Copy link
Collaborator

ardalis commented Apr 10, 2020

Currently the integration tests blow up because there is no database to connect to on the build server. Configure them with an alternate data source.

@david-acm
Copy link
Contributor

Hi @ardalis We could use the docker-compose from #1274. There the DB is set as a separate container for local development on Macs. We could either:

@ardalis
Copy link
Collaborator Author

ardalis commented Mar 19, 2024

Local docker instance is fine for cross-platform development, I think. For the build server/github actions we can also just designate the agent to use a windows VM (if it isn't already) in which case LocalDB should work fine.

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

2 participants