Skip to content

Commit

Permalink
fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
vektah committed Jan 26, 2019
1 parent 251e851 commit 9e02a97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
gqlgen/golang go run ./integration/server/server.go \
)
sleep 2
sleep 20
docker run \
-e SERVER_URL=http://integration_server:1234/query \
Expand Down
2 changes: 1 addition & 1 deletion .circleci/golang.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ WORKDIR /projects/gqlgen
COPY go.* /projects/gqlgen/
RUN go mod download

COPY . /projects/gqlgen
COPY . /projects/gqlgen/

0 comments on commit 9e02a97

Please sign in to comment.