File tree 2 files changed +3
-13
lines changed
2 files changed +3
-13
lines changed Original file line number Diff line number Diff line change 33
33
script : make test-coverage codecov
34
34
- name : ' SDK Integration Tests Linux'
35
35
script :
36
- - docker run -d --name bblfshd --privileged -v $HOME/bblfshd:/var/lib/bblfshd -p "9432:9432" bblfsh/bblfshd:v2.7.2
37
- - docker exec -it bblfshd bblfshctl driver install go bblfsh/go-driver:v2.2.0
36
+ - docker run -d --name bblfshd --privileged -v $HOME/bblfshd:/var/lib/bblfshd -p "9432:9432" bblfsh/bblfshd:v2.9.0
37
+ - docker exec -it bblfshd bblfshctl driver install --force go bblfsh/go-driver:v2.2.0
38
38
- make test-sdk
39
39
- name : ' SDK Integration Tests macOS'
40
40
if : NOT type = pull_request
Original file line number Diff line number Diff line change @@ -23,18 +23,10 @@ services:
23
23
ports :
24
24
- " 10302:10302"
25
25
bblfsh :
26
- image : " bblfsh/bblfshd:v2.7.2 "
26
+ image : " bblfsh/bblfshd:v2.9.0-drivers "
27
27
privileged : true
28
28
ports :
29
29
- " 9432:9432"
30
- volumes :
31
- - type : volume
32
- source : drivers
33
- target : /var/lib/bblfshd
34
- entrypoint : ["/bin/sh"]
35
- command :
36
- - " -c"
37
- - " bblfshd & sleep 1 && bblfshctl driver install --recommended && tail -f /dev/null"
38
30
postgres :
39
31
image : " postgres:alpine"
40
32
restart : always
@@ -43,5 +35,3 @@ services:
43
35
environment :
44
36
POSTGRES_PASSWORD : postgres
45
37
POSTGRES_DB : lookout
46
- volumes :
47
- drivers :
You can’t perform that action at this time.
0 commit comments