File tree 2 files changed +10
-6
lines changed
2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 58
58
- name : Checkout
59
59
uses : actions/checkout@v4
60
60
61
- # Raw `bundle` will use the BUNDLE_GEMFILE set to matrix.gemfile (i.e. Appraisal.root)
62
- # We need to do this first to get appraisal installed.
63
- # NOTE: This does not use the main Gemfile at all.
64
61
- name : Setup Ruby & RubyGems
65
62
uses : ruby/setup-ruby@v1
66
63
with :
74
71
if : ${{ github.event_name != 'pull_request' }}
75
72
continue-on-error : ${{ matrix.experimental != 'false' }}
76
73
74
+ # Raw `bundle` will use the BUNDLE_GEMFILE set to matrix.gemfile (i.e. Appraisal.root)
75
+ # We need to do this first to get appraisal installed.
76
+ # NOTE: This does not use the main Gemfile at all.
77
+ - name : Install Root Appraisal
78
+ run : bundle
77
79
- name : Appraisal for ${{ matrix.appraisal }}
78
80
run : bundle exec appraisal ${{ matrix.appraisal }} bundle
79
81
- name : Tests for ${{ matrix.ruby }}@current via ${{ matrix.exec_cmd }}
Original file line number Diff line number Diff line change 72
72
- name : Checkout
73
73
uses : actions/checkout@v4
74
74
75
- # Raw `bundle` will use the BUNDLE_GEMFILE set to matrix.gemfile (i.e. Appraisal.root)
76
- # We need to do this first to get appraisal installed.
77
- # NOTE: This does not use the main Gemfile at all.
78
75
- name : Setup Ruby & RubyGems
79
76
uses : ruby/setup-ruby@v1
80
77
with :
83
80
bundler : ${{ matrix.bundler }}
84
81
bundler-cache : false
85
82
83
+ # Raw `bundle` will use the BUNDLE_GEMFILE set to matrix.gemfile (i.e. Appraisal.root)
84
+ # We need to do this first to get appraisal installed.
85
+ # NOTE: This does not use the main Gemfile at all.
86
+ - name : Install Root Appraisal
87
+ run : bundle
86
88
- name : Appraisal for ${{ matrix.appraisal }}
87
89
run : bundle exec appraisal ${{ matrix.appraisal }} bundle
88
90
- name : Tests for ${{ matrix.ruby }} via ${{ matrix.exec_cmd }}
You can’t perform that action at this time.
0 commit comments