File tree Expand file tree Collapse file tree 3 files changed +30
-42
lines changed Expand file tree Collapse file tree 3 files changed +30
-42
lines changed Original file line number Diff line number Diff line change
1
+ name : Tests
2
+
3
+ on :
4
+ push :
5
+ branches :
6
+ - master
7
+ pull_request :
8
+ branches :
9
+ - master
10
+
11
+ jobs :
12
+ test :
13
+ strategy :
14
+ matrix :
15
+ rails : ['5.2', '6.0.4', '6.1']
16
+ ruby : ['2.6', '2.7', '3.0']
17
+ exclude :
18
+ - rails : ' 5.2'
19
+ ruby : ' 3.0'
20
+ runs-on : ubuntu-latest
21
+ env :
22
+ RAILS_VERSION : ${{ matrix.rails }}
23
+ steps :
24
+ - uses : actions/checkout@v2
25
+ - uses : ruby/setup-ruby@v1
26
+ with :
27
+ ruby-version : ${{ matrix.ruby }}
28
+ bundler-cache : true
29
+ - run : bundle exec rake
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# ice_cube - Easy schedule expansion
2
2
3
- [ ![ Build Status ] [ travis- ice_cube-badge_image ]] [ travis- ice_cube]
3
+ [ ![ Tests ] ( https://github.com/seejohnrun/ ice_cube/workflows/Tests/badge.svg )] ( https://github.com/seejohnrun/ ice_cube/actions?query=workflow%3ATests )
4
4
[ ![ Gem Version] ( https://badge.fury.io/rb/ice_cube.svg )] ( http://badge.fury.io/rb/ice_cube )
5
5
6
6
``` bash
You can’t perform that action at this time.
0 commit comments