Skip to content

Commit 7ed0d9c

Browse files
committed
testing circle ci build herenow#15.
1 parent 6a2accf commit 7ed0d9c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
JAVA_HOME: "/usr/lib/jvm/java-11-openjdk"
1212

1313
steps:
14-
- checkout
1514
- run:
1615
command: |
1716
sudo apt-get install default-jdk
@@ -21,8 +20,7 @@ jobs:
2120
mv -v ./crate/crate-3.3.3/* ./crate
2221
rm -r ./crate/crate-3.3.3
2322
./crate/bin/crate &
24-
25-
- run:
26-
command: dockerize -wait tcp://localhost:4200 -timeout 1m
23+
sleep 30
24+
- checkout
2725
- run: go get -v -t -d ./...
2826
- run: go test -v ./...

0 commit comments

Comments
 (0)