File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66 build :
77 runs-on : ubuntu-latest
88 strategy :
9+ max-parallel : 1
910 matrix :
1011 ruby : ['2.5', '2.6', '2.7', '3.0']
11- name : Ruby ${{ matrix.ruby }} sample
12+ name : Ruby ${{ matrix.ruby }}
1213 steps :
1314 - uses : actions/checkout@v2
1415 - uses : actions/setup-ruby@v1
1819 - env :
1920 STREAM_CHAT_API_KEY : ${{ secrets.STREAM_CHAT_API_KEY }}
2021 STREAM_CHAT_API_SECRET : ${{ secrets.STREAM_CHAT_API_SECRET }}
21- BLOCKLIST : ${{ matrix.ruby == '2.7' }}
2222 run : |
2323 gem install bundler
2424 bundle install --jobs 4 --retry 3
Original file line number Diff line number Diff line change 248248 expect ( resp [ 'results' ] . length ) . to eq ( 1 )
249249 end
250250
251- describe 'blocklist' , if : ENV [ 'BLOCKLIST' ] != 'false' do
251+ describe 'blocklist' do
252252 before ( :all ) do
253253 @blocklist = SecureRandom . uuid
254254 end
You can’t perform that action at this time.
0 commit comments