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,5 +103,7 @@ 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
106108 - name : Run ${{ matrix.exec_cmd }} on ${{ matrix.ruby }}@${{ matrix.appraisal_name }}
107109 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
9597 - name : Run ${{ matrix.exec_cmd }} on ${{ matrix.ruby }}@${{ matrix.appraisal_name }}
9698 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
8991 - name : Run ${{ matrix.exec_cmd }} on ${{ matrix.ruby }}@${{ matrix.appraisal_name }}
9092 run : bundle exec appraisal ${{ matrix.appraisal_name }} bundle exec ${{ matrix.exec_cmd }}
9193
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
8183 - name : Run ${{ matrix.exec_cmd }} on ${{ matrix.ruby }}@${{ matrix.appraisal_name }}
8284 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
9799 - name : Run ${{ matrix.exec_cmd }} on ${{ matrix.ruby }}@${{ matrix.appraisal_name }}
98100 run : bundle exec appraisal ${{ matrix.appraisal_name }} bundle exec ${{ matrix.exec_cmd }}
Original file line number Diff line number Diff line change @@ -111,5 +111,7 @@ 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
114116 - name : Run ${{ matrix.exec_cmd }} on ${{ matrix.ruby }}@${{ matrix.appraisal_name }}
115117 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
9496 - name : Run ${{ matrix.exec_cmd }} on ${{ matrix.ruby }}@${{ matrix.appraisal_name }}
9597 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
9799 - name : Run ${{ matrix.exec_cmd }} on ${{ matrix.ruby }}@${{ matrix.appraisal_name }}
98100 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
7072 - name : Run ${{ matrix.exec_cmd }} on ${{ matrix.ruby }}@${{ matrix.appraisal_name }}
7173 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
99101 - name : Run ${{ matrix.exec_cmd }} on ${{ matrix.ruby }}@${{ matrix.appraisal_name }}
100102 run : bundle exec appraisal ${{ matrix.appraisal_name }} bundle exec ${{ matrix.exec_cmd }}
You can’t perform that action at this time.
0 commit comments