July 2017
Beginner to intermediate
358 pages
10h 54m
English
Then there are integration tests. In this example, we are again using GoDog BDD; however, when we are running on Circle CI, we need to modify our setup a little because of the way that Circle CI deals with security for Docker. The first steps are again to attach the workspace, including the binary that we built in a previous step (in the Build section); then we can get the dependencies, which are only the GoDog application. The setup_remote_docker command requests a Docker instance from Circle CI. The current build is running in a Docker container; however, because of the security configuration, we cannot access the Docker host, which is currently running the current build:
circleintegration: docker build -t circletemp -f ...
Read now
Unlock full access