Skip to content

Commit

Permalink
testing circle ci build herenow#5.
Browse files Browse the repository at this point in the history
  • Loading branch information
chughpiyush committed May 30, 2019
1 parent e965d4d commit 7e9dcaf
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,17 @@ jobs:

steps:
- setup_remote_docker:
- run: docker pull crate && docker run -p=4200:4200 -d=true crate && sleep 40
- run:
command: |
docker pull crate
docker run -p=4200:4200 -d=true crate
sleep 30
- run:
command: |
echo 'export CRATE_URL="http://localhost:4200/"'
- checkout
- run:
command: dockerize -wait tcp://localhost:5432 -timeout 1m
- run: go get -v -t -d ./...
- run: go test -v ./...

0 comments on commit 7e9dcaf

Please sign in to comment.