We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a2accf commit 7ed0d9cCopy full SHA for 7ed0d9c
.circleci/config.yml
@@ -11,7 +11,6 @@ jobs:
11
JAVA_HOME: "/usr/lib/jvm/java-11-openjdk"
12
13
steps:
14
- - checkout
15
- run:
16
command: |
17
sudo apt-get install default-jdk
@@ -21,8 +20,7 @@ jobs:
21
20
mv -v ./crate/crate-3.3.3/* ./crate
22
rm -r ./crate/crate-3.3.3
23
./crate/bin/crate &
24
-
25
- - run:
26
- command: dockerize -wait tcp://localhost:4200 -timeout 1m
+ sleep 30
+ - checkout
27
- run: go get -v -t -d ./...
28
- run: go test -v ./...
0 commit comments