-
Notifications
You must be signed in to change notification settings - Fork 12
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
Setup CI to test against Postgres #59
Comments
a10acf5 made the following changes:
|
Still need to determine how best to configure Circle CI to run both MySQL and Postgres. Currently the MySQL tests are ran as part of |
I was thinking CircleCi supported setting up a test matrix like Travis, but my first skim of the docs didn't turn anything up |
Yeah, I didn't see anything either. Found this hack/workaround - On Mon, Jan 25, 2016, 1:58 AM Jason Dobry [email protected] wrote:
|
Would be nice to run against different versions of Node (0.10, 0.12, 4.x, 5.x) but not sure if it would be overkill to also run all the different databases against all major versions of node (take a while without parallelism). |
I've got the "Free and Open Source" setting turned on for js-data-sql, which apparently means that it gets 3 additional containers for a total of 4. Perhaps with that the parallelism can be configured to run the tests against different databases, versions of Node.js, etc. |
Need to configure Circle CI to test not just MySQL but also Postgres (and possibly others)
https://circleci.com/docs/configuration#services
The text was updated successfully, but these errors were encountered: