File tree 1 file changed +0
-14
lines changed
1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change 1
- # This workflow uses actions that are not certified by GitHub.
2
- # They are provided by a third-party and are governed by
3
- # separate terms of service, privacy policy, and support
4
- # documentation.
5
- # This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake
6
- # For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby
7
-
8
1
name : Tests
9
2
10
3
on :
37
30
uses : ruby/setup-ruby@v1
38
31
with :
39
32
ruby-version : ${{ matrix.ruby-version }}
40
- bundler-cache : false
41
33
- name : Bundler
42
- env :
43
- BUNDLE_GEMFILE : ${{ matrix.rails-version }}
44
- BUNDLE_PATH : " vendor/${{ matrix.rails-version }}"
45
34
run : bundle install
46
35
- name : Run tests
47
- env :
48
- BUNDLE_PATH : " vendor/${{ matrix.rails-version }}"
49
- BUNDLE_GEMFILE : ${{ matrix.rails-version }}
50
36
run : bin/test
You can’t perform that action at this time.
0 commit comments