File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -103,9 +103,5 @@ jobs:
103103 # Raw `bundle` will use the BUNDLE_GEMFILE set to matrix.gemfile (i.e. Appraisal.root)
104104 # We need to do this first to get appraisal installed.
105105 # NOTE: This does not use the main Gemfile at all.
106- - name : Install Root Appraisal
107- run : bundle
108- - name : Appraisal for ${{ matrix.ruby }}@${{ matrix.appraisal_name }}
109- run : bundle exec appraisal ${{ matrix.appraisal_name }} bundle
110106 - name : Run ${{ matrix.exec_cmd }} on ${{ matrix.ruby }}@${{ matrix.appraisal_name }}
111107 run : bundle exec appraisal ${{ matrix.appraisal_name }} bundle exec ${{ matrix.exec_cmd }}
Original file line number Diff line number Diff line change 9292 # Raw `bundle` will use the BUNDLE_GEMFILE set to matrix.gemfile (i.e. Appraisal.root)
9393 # We need to do this first to get appraisal installed.
9494 # NOTE: This does not use the main Gemfile at all.
95- - name : Install Root Appraisal
96- run : bundle
97- - name : Appraisal for ${{ matrix.ruby }}@${{ matrix.appraisal_name }}
98- run : bundle exec appraisal ${{ matrix.appraisal_name }} bundle
9995 - name : Run ${{ matrix.exec_cmd }} on ${{ matrix.ruby }}@${{ matrix.appraisal_name }}
10096 run : bundle exec appraisal ${{ matrix.appraisal_name }} bundle exec ${{ matrix.exec_cmd }}
Original file line number Diff line number Diff line change 8686 # Raw `bundle` will use the BUNDLE_GEMFILE set to matrix.gemfile (i.e. Appraisal.root)
8787 # We need to do this first to get appraisal installed.
8888 # NOTE: This does not use the primary Gemfile at all.
89- - name : Install Root Appraisal
90- run : bundle
91- - name : Appraisal for ${{ matrix.ruby }}@${{ matrix.appraisal_name }}
92- run : bundle exec appraisal ${{ matrix.appraisal_name }} bundle
9389 - name : Run ${{ matrix.exec_cmd }} on ${{ matrix.ruby }}@${{ matrix.appraisal_name }}
9490 run : bundle exec appraisal ${{ matrix.appraisal_name }} bundle exec ${{ matrix.exec_cmd }}
9591
Original file line number Diff line number Diff line change 7878 # Raw `bundle` will use the BUNDLE_GEMFILE set to matrix.gemfile (i.e. Appraisal.root)
7979 # We need to do this first to get appraisal installed.
8080 # NOTE: This does not use the primary Gemfile at all.
81- - name : Install Root Appraisal
82- run : bundle
83- - name : Appraisal for ${{ matrix.ruby }}@${{ matrix.appraisal_name }}
84- run : bundle exec appraisal ${{ matrix.appraisal_name }} bundle
8581 - name : Run ${{ matrix.exec_cmd }} on ${{ matrix.ruby }}@${{ matrix.appraisal_name }}
8682 run : bundle exec appraisal ${{ matrix.appraisal_name }} bundle exec ${{ matrix.exec_cmd }}
Original file line number Diff line number Diff line change 9494 # Raw `bundle` will use the BUNDLE_GEMFILE set to matrix.gemfile (i.e. Appraisal.root)
9595 # We need to do this first to get appraisal installed.
9696 # NOTE: This does not use the main Gemfile at all.
97- - name : Install Root Appraisal
98- run : bundle
99- - name : Appraisal for ${{ matrix.ruby }}@${{ matrix.appraisal_name }}
100- run : bundle exec appraisal ${{ matrix.appraisal_name }} bundle
10197 - name : Run ${{ matrix.exec_cmd }} on ${{ matrix.ruby }}@${{ matrix.appraisal_name }}
10298 run : bundle exec appraisal ${{ matrix.appraisal_name }} bundle exec ${{ matrix.exec_cmd }}
Original file line number Diff line number Diff line change @@ -111,9 +111,5 @@ jobs:
111111 # Raw `bundle` will use the BUNDLE_GEMFILE set to matrix.gemfile (i.e. Appraisal.root)
112112 # We need to do this first to get appraisal installed.
113113 # NOTE: This does not use the main Gemfile at all.
114- - name : Install Root Appraisal
115- run : bundle
116- - name : Appraisal for ${{ matrix.ruby }}@${{ matrix.appraisal_name }}
117- run : bundle exec appraisal ${{ matrix.appraisal_name }} bundle
118114 - name : Run ${{ matrix.exec_cmd }} on ${{ matrix.ruby }}@${{ matrix.appraisal_name }}
119115 run : bundle exec appraisal ${{ matrix.appraisal_name }} bundle exec ${{ matrix.exec_cmd }}
Original file line number Diff line number Diff line change 9191 # Raw `bundle` will use the BUNDLE_GEMFILE set to matrix.gemfile (i.e. Appraisal.root)
9292 # We need to do this first to get appraisal installed.
9393 # NOTE: This does not use the main Gemfile at all.
94- - name : Install Root Appraisal
95- run : bundle
96- - name : Appraisal for ${{ matrix.ruby }}@${{ matrix.appraisal_name }}
97- run : bundle exec appraisal ${{ matrix.appraisal_name }} bundle
9894 - name : Run ${{ matrix.exec_cmd }} on ${{ matrix.ruby }}@${{ matrix.appraisal_name }}
9995 run : bundle exec appraisal ${{ matrix.appraisal_name }} bundle exec ${{ matrix.exec_cmd }}
Original file line number Diff line number Diff line change 9494 # Raw `bundle` will use the BUNDLE_GEMFILE set to matrix.gemfile (i.e. Appraisal.root)
9595 # We need to do this first to get appraisal installed.
9696 # NOTE: This does not use the main Gemfile at all.
97- - name : Install Root Appraisal
98- run : bundle
99- - name : Appraisal for ${{ matrix.ruby }}@${{ matrix.appraisal_name }}
100- run : bundle exec appraisal ${{ matrix.appraisal_name }} bundle
10197 - name : Run ${{ matrix.exec_cmd }} on ${{ matrix.ruby }}@${{ matrix.appraisal_name }}
10298 run : bundle exec appraisal ${{ matrix.appraisal_name }} bundle exec ${{ matrix.exec_cmd }}
Original file line number Diff line number Diff line change 6767 # Raw `bundle` will use the BUNDLE_GEMFILE set to matrix.gemfile (i.e. Appraisal.root)
6868 # We need to do this first to get appraisal installed.
6969 # NOTE: This does not use the main Gemfile at all.
70- - name : Install Root Appraisal
71- run : bundle
72- - name : Appraisal for ${{ matrix.ruby }}@${{ matrix.appraisal_name }}
73- run : bundle exec appraisal ${{ matrix.appraisal_name }} bundle
7470 - name : Run ${{ matrix.exec_cmd }} on ${{ matrix.ruby }}@${{ matrix.appraisal_name }}
7571 run : bundle exec appraisal ${{ matrix.appraisal_name }} bundle exec ${{ matrix.exec_cmd }}
Original file line number Diff line number Diff line change 9696 # Raw `bundle` will use the BUNDLE_GEMFILE set to matrix.gemfile (i.e. Appraisal.root)
9797 # We need to do this first to get appraisal installed.
9898 # NOTE: This does not use the main Gemfile at all.
99- - name : Install Root Appraisal
100- run : bundle
101- - name : Appraisal for ${{ matrix.ruby }}@${{ matrix.appraisal_name }}
102- run : bundle exec appraisal ${{ matrix.appraisal_name }} bundle
10399 - name : Run ${{ matrix.exec_cmd }} on ${{ matrix.ruby }}@${{ matrix.appraisal_name }}
104100 run : bundle exec appraisal ${{ matrix.appraisal_name }} bundle exec ${{ matrix.exec_cmd }}
You can’t perform that action at this time.
0 commit comments