-
As a starting point:
http://blog.codeship.io/2012/05/06/Unicorn-on-Heroku.html
Note that we have additional connect/disconnect needs. We must reconnect Neo4J, and probablly logging etc. too.
-
When running on a docker container, the /bin/sh is the main process with PID 1. According to docker documentation (https://docs.docker.com/engine/reference/run/#foreground)
> Note: A process runnin…
-
Pick a testing framework: Rspec or Minitest.
Decide on using Factory Bot, Capybara, etc.
Write a single passing test ( can be just assert true ) to verify the testing framework is workin…
-
まずはマトリックスの多い AzurePipelines に組み込んで運用してみる
----
* [ ] AppVeyor
* [ ] Azure Pipelines
* [ ] Bitrise
* [ ] Buddy
* [ ] Circle CI
* [ ] Cirrus CI
* [ ] Codefresh
* [ ] Codeship
* [ ] GitLab C…
-
on codeship when the build runs, getting this issue.
Are we missing a migration? Is taggit out of date? Can we remove something that we are not using? Can we update or use another library?
-
Now that we're on Github, we have access to some CI tools e.g. Travis-CI. This would be great for running unit tests automatically.
MER-C updated
4 months ago
-
I had this interesting bug in Codeship 3 days ago where suddenly (with no change on our side) the Codeship was faling on this setup script (so during VM preparation, before the actual test was execut…
-
gitter - https://gitter.im/spring-projects/spring-boot?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
release - https://github.com/google/guava/releases/tag/v26.0
travis-c…
-
Is there a way to run qunit tests from the command line? I have a rails app that I am attempting to setup with Codeship for continuous integration and it would be great to be able to automate the runn…
-
After #18 is done these tests should be run for each PR and merge for python 2.x and python 3.x.
Not sure about which platform use, there are several options:
- [codeship](https://codeship.com/)…