File tree Expand file tree Collapse file tree 2 files changed +1
-25
lines changed Expand file tree Collapse file tree 2 files changed +1
-25
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,6 @@ permissions:
7
7
8
8
env :
9
9
CONSOLE_OUTPUT : XTerm
10
- ASYNC_REDIS_MASTER : " redis://redis-master:6379"
11
- ASYNC_REDIS_SLAVE : " redis://redis-slave:6379"
12
- ASYNC_REDIS_SENTINEL : " redis://redis-sentinel:26379"
13
10
14
11
jobs :
15
12
test :
22
19
os :
23
20
- ubuntu
24
21
25
- ruby :
26
- - " 3.1"
27
- - " 3.2"
28
- - " 3.3"
29
-
30
22
experimental : [false]
31
-
32
- include :
33
- - os : ubuntu
34
- ruby : truffleruby
35
- experimental : true
36
- - os : ubuntu
37
- ruby : jruby
38
- experimental : true
39
- - os : ubuntu
40
- ruby : head
41
- experimental : true
42
23
43
24
steps :
44
25
- uses : actions/checkout@v4
48
29
sudo apt-get update
49
30
sudo apt-get install -y docker-compose
50
31
51
- - uses : ruby/setup-ruby@v1
52
- with :
53
- ruby-version : ${{matrix.ruby}}
54
- bundler-cache : true
55
-
56
32
- name : Run tests
57
33
timeout-minutes : 10
58
34
run : docker-compose -f sentinel/docker-compose.yaml up
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ services:
15
15
- redis-master
16
16
- redis-slave
17
17
tests :
18
- image : ruby
18
+ image : ruby:latest
19
19
volumes :
20
20
- ../:/code
21
21
command : bash -c "cd /code && bundle install && bundle exec sus sentinel/test"
You can’t perform that action at this time.
0 commit comments