Skip to content

Commit 45b6e88

Browse files
authored
fix yaml
1 parent bfa3c63 commit 45b6e88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
# specify any bash command here prefixed with `run: `
2525
- run: go get -v -t -d ./...
2626
- run: |
27-
docker run -d -p 6379:6379 -it --rm --name redisgraph redislabs/redisgraph
28-
go test -v ./...
27+
docker run -d -p 6379:6379 -it --rm --name redisgraph redislabs/redisgraph
28+
go test -v ./...

0 commit comments

Comments
 (0)