Skip to content

Commit

Permalink
docker: Add run command to docker test
Browse files Browse the repository at this point in the history
  • Loading branch information
arekkas committed Nov 6, 2017
1 parent c66261d commit df39e0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ jobs:
- checkout
- setup_remote_docker:
version: 17.10.0-ce
- run: docker build -f Dockerfile .
- run: docker build -f Dockerfile -t hydra-test .
- run: docker run hydra-test help

release:
docker:
Expand Down

0 comments on commit df39e0b

Please sign in to comment.