sqlectron / sqlectron-core

https://sqlectron.github.io/
MIT License
221 stars 69 forks source link

Simplify CI environment to match test config defaults #105

Closed MasterOdin closed 4 years ago

MasterOdin commented 4 years ago

A continution of the work from #99 and #102, this removes the need for manually specifying the environment variables for a provider if you're using the default one from the docker-compose.yml environment or on CI, rather just have to specify the client via DB_CLIENTS=foo, greatly simplifying local and CI testing.